Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit d7482e6

Browse files
committed
turn down verbosity on test logging
1 parent db52c82 commit d7482e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/dev-tasks/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
if [ "${TRAVIS_SECURE_ENV_VARS}" = "true" ] ; then
44
cd ${TRAVIS_BUILD_DIR}
5-
./gradlew test -d
5+
./gradlew test
66
fi

0 commit comments

Comments
 (0)