Browse Source

Display run-tests command line

pull/804/head
Jared Whiklo 5 years ago
parent
commit
2a346edb3b
  1. 4
      .scripts/run-tests.sh

4
.scripts/run-tests.sh

@ -7,4 +7,6 @@ if [ "$1" == "unit" ]; then
elif [ "$1" == "functional" ]; then
TYPE="--types \"PHPUnit-FunctionalJavascript,PHPUnit-Functional\""
fi
php core/scripts/run-tests.sh --suppress-deprecations --concurrency 2 --url http://127.0.0.1:8282 --verbose --php `which php` --module "$2" $TYPE
COMMAND="php core/scripts/run-tests.sh --suppress-deprecations --concurrency 2 --url http://127.0.0.1:8282 --verbose --php `which php` $TYPE --module \"$2\""
echo $COMMAND
$COMMAND

Loading…
Cancel
Save