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:
authorSergio Bertolin <sbertolin@solidgear.es>2015-12-04 15:53:11 +0300
committerSergio Bertolin <sbertolin@solidgear.es>2015-12-04 15:53:11 +0300
commit5cca471e82e1c77a0d3a831ffb5deb11f98f9640 (patch)
tree437faf4966cc74843a5183d855cde5c295593007 /build/integration/run.sh
parent48a91164e5e63e3c1ef2c14b54337dbf19ed7d04 (diff)
forgotten variable
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 23f71f83ff3..5a222bda3e3 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -24,7 +24,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 $1
+vendor/bin/behat -f junit -f pretty $SCENARIO_TO_RUN
RESULT=$?
kill $PHPPID