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

Commit c5cd627

Browse files
committed
turning up debugging to check on an error
1 parent 631e334 commit c5cd627

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
5+
./gradlew test -d
66
fi

0 commit comments

Comments
 (0)