Skip to content

Commit b793ec9

Browse files
committed
Update messages echoed by the startTestingEnv script
1 parent 12313f7 commit b793ec9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

startTestingEnv

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,15 @@ fi
3131

3232
if [[ $wait = "true" ]]
3333
then
34+
echo "Test environment started! Leave this script running while running tests."
3435
# we wait for user to end the session
3536
while [[ true ]]
3637
do
37-
echo "Running test env"
38+
echo "Test environment running..."
3839
sleep 2
3940
done
4041
else
42+
echo "Running all tests..."
4143
# ../ because the tests are run relative to the project's folder.
4244
./gradlew test
4345
fi

0 commit comments

Comments
 (0)