]> source.dussan.org Git - nextcloud-server.git/commitdiff
add parameter to call single behat tests
authorMorris Jobke <hey@morrisjobke.de>
Tue, 1 Dec 2015 12:37:23 +0000 (13:37 +0100)
committerMorris Jobke <hey@morrisjobke.de>
Tue, 1 Dec 2015 13:51:33 +0000 (14:51 +0100)
build/integration/run.sh

index 9a2fe8e18950581fad0e9219d935713a7a4a6931..76c01068debf185efb7eeaf3310d14b4421bcd01 100755 (executable)
@@ -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