File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -2468,13 +2468,15 @@ for host in "${ALL_HOSTS[@]}"; do
2468
2468
executable_target=
2469
2469
results_targets=
2470
2470
if ! [[ " ${SKIP_TEST_SWIFT} " ]]; then
2471
- executable_target=SwiftUnitTests
2472
- results_targets=(" ${SWIFT_TEST_TARGETS[@]} " )
2473
- if [[ " ${STRESS_TEST_SOURCEKIT} " ]]; then
2474
- results_targets=(
2475
- " ${results_targets[@]} "
2476
- stress-SourceKit
2477
- )
2471
+ if ! [[ $( is_cross_tools_host ${host} ) ]] ; then
2472
+ executable_target=SwiftUnitTests
2473
+ results_targets=(" ${SWIFT_TEST_TARGETS[@]} " )
2474
+ if [[ " ${STRESS_TEST_SOURCEKIT} " ]]; then
2475
+ results_targets=(
2476
+ " ${results_targets[@]} "
2477
+ stress-SourceKit
2478
+ )
2479
+ fi
2478
2480
fi
2479
2481
fi
2480
2482
if ! [[ " ${SKIP_TEST_BENCHMARKS} " ]]; then
You can’t perform that action at this time.
0 commit comments