|
|
|
@ -2,6 +2,6 @@ |
|
|
|
|
|
|
|
|
|
|
|
# Wrapper for the test executing function so we only have to change it in one place. |
|
|
|
# Wrapper for the test executing function so we only have to change it in one place. |
|
|
|
# The module name gets passed in as a command line arg. |
|
|
|
# The module name gets passed in as a command line arg. |
|
|
|
COMMAND="$DRUPAL_DIR/vendor/bin/phpunit -c $PHPUNIT_FILE --verbose --testsuite "$1" |
|
|
|
COMMAND="$DRUPAL_DIR/vendor/bin/phpunit -c $PHPUNIT_FILE --verbose --testsuite $1" |
|
|
|
echo $COMMAND |
|
|
|
echo $COMMAND |
|
|
|
$COMMAND |
|
|
|
$COMMAND |
|
|
|
|