diff options
Diffstat (limited to 'build/integration/run.sh')
-rwxr-xr-x | build/integration/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/integration/run.sh b/build/integration/run.sh index 9a2fe8e1895..76c01068deb 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -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 |