[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
This commit is contained in:
Alastair Houghton
2025-01-22 10:39:44 +00:00
parent 2300577b56
commit ca86836133

View File

@@ -1,7 +1,8 @@
// RUN: %empty-directory(%t)
// RUN: %target-build-swift %s -parse-as-library -Onone -o %t/ImageMap
// RUN: %target-codesign %t/ImageMap
// RUN: %target-run %t/ImageMap | %FileCheck %s
// RUN: %target-run %t/ImageMap | tee %t/ImageMap.out
// RUN: cat %t/ImageMap.out | %FileCheck %s
// UNSUPPORTED: use_os_stdlib
// UNSUPPORTED: back_deployment_runtime