forgotten variable

This commit is contained in:
Sergio Bertolin 2015-12-04 12:53:11 +00:00
parent 48a91164e5
commit 5cca471e82
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ echo $PHPPID_FED
export TEST_SERVER_URL="http://localhost:$PORT/ocs/"
export TEST_SERVER_FED_URL="http://localhost:$PORT_FED/ocs/"
vendor/bin/behat -f junit -f pretty $1
vendor/bin/behat -f junit -f pretty $SCENARIO_TO_RUN
RESULT=$?
kill $PHPPID