Skip to content

Commit ca86836

Browse files
committed
[Backtracing][Tests] Improve debugability of CompactImageMap test.
If this test fails in CI, we could do with being able to see the output from the test program in full. rdar://124913332
1 parent 2300577 commit ca86836

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Backtracing/CompactImageMap.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
// RUN: %empty-directory(%t)
22
// RUN: %target-build-swift %s -parse-as-library -Onone -o %t/ImageMap
33
// RUN: %target-codesign %t/ImageMap
4-
// RUN: %target-run %t/ImageMap | %FileCheck %s
4+
// RUN: %target-run %t/ImageMap | tee %t/ImageMap.out
5+
// RUN: cat %t/ImageMap.out | %FileCheck %s
56

67
// UNSUPPORTED: use_os_stdlib
78
// UNSUPPORTED: back_deployment_runtime

0 commit comments

Comments
 (0)