Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2015-12-01 15:37:23 +0300
committerMorris Jobke <hey@morrisjobke.de>2015-12-01 16:51:33 +0300
commite86c847df57a0809c988c79ceba80044c052e999 (patch)
treef77f5b258aa1f53aaadbab25c6601d1563687bb2 /build/integration/run.sh
parent83432b3c257101dcd90b1309adfcc69e863ebc5c (diff)
add parameter to call single behat tests
Diffstat (limited to 'build/integration/run.sh')
-rwxr-xr-xbuild/integration/run.sh2
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