Skip to content

Commit e9da059

Browse files
committed
[test] Echo all failures to the same file
Fix-up for 482d2ba. This slipped in while I was moving things around, but fortunately that part of the test isn't currently failing.
1 parent 0007eaf commit e9da059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation-test/SIL/verify_all_overlays.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// RUN: %empty-directory(%t)
2-
// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s || echo "$x (bcanalyzer)" >> %t.txt; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null || echo "$x (sil-opt)" >> %t/failures.txt; done
2+
// RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s || echo "$x (bcanalyzer)" >> %t/failures.txt; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null || echo "$x (sil-opt)" >> %t/failures.txt; done
33
// RUN: not cat %t/failures.txt
44

55
// CHECK-NOT: Unknown

0 commit comments

Comments
 (0)