Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit a6942ba

Browse files
Add a couple of messages to runtests.
1 parent 6bd3d5a commit a6942ba

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

runtests.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
# Any parameters that may be passed to phpunit may also be used
99
# with runtests.sh.
1010

11+
echo
12+
echo "Begin tests."
13+
echo
14+
1115
# We use the Drush that is on the global $PATH. See .travis.yml
1216
DRUSH_PATH="$(which drush)"
1317
SYM="`readlink "$DRUSH_PATH"`"
@@ -31,7 +35,9 @@ fi
3135

3236
# Run all tests if there were no arguments
3337
if [ $# = 0 ] ; then
38+
echo UNISH_NO_TIMEOUTS=y $PHPUNIT --bootstrap="$DRUSH_DIR/tests/bootstrap.inc" tests
3439
UNISH_NO_TIMEOUTS=y $PHPUNIT --bootstrap="$DRUSH_DIR/tests/bootstrap.inc" tests
3540
else
41+
echo UNISH_NO_TIMEOUTS=y $PHPUNIT --bootstrap="$DRUSH_DIR/tests/bootstrap.inc" "$@"
3642
UNISH_NO_TIMEOUTS=y $PHPUNIT --bootstrap="$DRUSH_DIR/tests/bootstrap.inc" "$@"
3743
fi

0 commit comments

Comments
 (0)