add parameter to call single behat tests
This commit is contained in:
parent
83432b3c25
commit
e86c847df5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue