Skip to content

Commit ebb1979

Browse files
author
Davidino Italiano
committed
[build-script] Use a regex to match all the swift tests.
1 parent 9c506fe commit ebb1979

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-script-impl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3116,7 +3116,7 @@ for host in "${ALL_HOSTS[@]}"; do
31163116
fi
31173117

31183118
if [[ "$(true_false ${LLDB_TEST_SWIFT_ONLY})" == "TRUE" ]]; then
3119-
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} --filter=swift"
3119+
LLVM_LIT_ARGS="${LLVM_LIT_ARGS} --filter=[sS]wift"
31203120
fi
31213121

31223122
# Record the times test took and report the slowest.

0 commit comments

Comments
 (0)