Skip to content

Commit 453bd3f

Browse files
authored
Reduce Linux builds verbosity in test.sh (#126)
`-vv` makes logs too large and hard to read. We don't need that logging level right now and can easily bring it back when needed.
1 parent 62a90b8 commit 453bd3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Utilities/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ set -ex
1616
if [ "$(uname)" = Darwin ]; then
1717
swift test $@
1818
else
19-
swift build --build-tests --vv $@
19+
swift build --build-tests $@
2020
fi

0 commit comments

Comments
 (0)