Browse Source

Fix setting concurrency

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

2
.scripts/run-tests.sh

@ -7,4 +7,4 @@ if [ "$1" == "unit" ]; then
elif [ "$1" == "functional" ]; then
TYPE="--type=IslandoraFunctionalTestBase,WebDriverTestBase"
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
php core/scripts/run-tests.sh --suppress-deprecations --concurrency 2 --url http://127.0.0.1:8282 --verbose --php `which php` --module "$2" $TYPE

Loading…
Cancel
Save