Skip to content

Commit 130fc60

Browse files
committed
Undo change to test.sh
1 parent 115341d commit 130fc60

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

bin/test.sh

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@ if command -v xcbeautify &>/dev/null; then
2828
beautify="| xcbeautify"
2929
fi
3030

31-
# eval "exec xcodebuild \
32-
# -scheme SHLLM \
33-
# -destination 'platform=OS X' \
34-
# ${tests} \
35-
# test ${beautify}"
36-
3731
eval "exec xcodebuild \
3832
-scheme SHLLM \
3933
-destination 'platform=OS X' \
4034
${tests} \
41-
test"
35+
test ${beautify}"
4236

4337
popd &>/dev/null

0 commit comments

Comments
 (0)