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:
authorThomas Müller <thomas.mueller@tmit.eu>2015-08-06 18:35:59 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-09-29 14:42:32 +0300
commit933121c66f65ee4a3ac8b0741741b1445b50afa5 (patch)
tree65bcea0c7716f930f0134d092453de14e3a14f04 /build/integration/run.sh
parentdb0a8aa795710d94f88f3c036983992792dd4191 (diff)
Use ci profile
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 baf31b411c4..df33d85fc74 100755
--- a/build/integration/run.sh
+++ b/build/integration/run.sh
@@ -14,6 +14,6 @@ PHPPID=$!
echo $PHPPID
#export BEHAT_PARAMS="context[parameters][base_url]=http://localhost:$PORT/ocs"
-vendor/bin/behat
+vendor/bin/behat --profile ci
kill $PHPPID