Skip to content

Commit 318aa90

Browse files
authored
Update all-tests.sh
1 parent 986fa8f commit 318aa90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/all-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ else
278278
fi
279279

280280
if [ "${TEST_SPM}" -eq 1 ]; then
281-
rm -rf build || true
281+
rm -rf .build || true
282282
swift build -c release
283283
swift build -c debug
284284
else

0 commit comments

Comments
 (0)