Commit e9212a4
committed
[Tests] Fix another early termination in tests
When running swift-driver test suite with an older compiler that doesn't
support bridging header chaining, the second part of the bridging header
caching test will just be a single job, from which the default executor
will run the swift-frontend in-place. This will cause the test suite to
early exit regardless of the state of the test suite.1 parent e02fad1 commit e9212a4
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | | - | |
726 | | - | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
727 | 729 | | |
728 | | - | |
729 | | - | |
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
| |||
0 commit comments