diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-08-06 17:35:59 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-09-29 13:42:32 +0200 |
commit | 933121c66f65ee4a3ac8b0741741b1445b50afa5 (patch) | |
tree | 65bcea0c7716f930f0134d092453de14e3a14f04 | |
parent | db0a8aa795710d94f88f3c036983992792dd4191 (diff) | |
download | nextcloud-server-933121c66f65ee4a3ac8b0741741b1445b50afa5.tar.gz nextcloud-server-933121c66f65ee4a3ac8b0741741b1445b50afa5.zip |
Use ci profile
-rwxr-xr-x | build/integration/run.sh | 2 |
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 |