add parameter to call single behat tests

This commit is contained in:
Morris Jobke 2015-12-01 13:37:23 +01:00
parent 83432b3c25
commit e86c847df5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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
vendor/bin/behat -f junit -f pretty $1
RESULT=$?
kill $PHPPID