From e86c847df57a0809c988c79ceba80044c052e999 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Tue, 1 Dec 2015 13:37:23 +0100 Subject: add parameter to call single behat tests --- build/integration/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/integration') 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 -- cgit v1.2.3