diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 15:13:29 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-10-29 17:10:52 +0100 |
commit | fcc2a0c8304020ce040a421472dc0c9e722e2bc8 (patch) | |
tree | ab8a0078ec07737b6318d524a992b107f37bb9f2 /build/integration/run.sh | |
parent | d11b69bfb9fdb75389fd6c3f6234e52eb85b88ce (diff) | |
download | nextcloud-server-fcc2a0c8304020ce040a421472dc0c9e722e2bc8.tar.gz nextcloud-server-fcc2a0c8304020ce040a421472dc0c9e722e2bc8.zip |
Upgrade behat to 3.0.x and use @BeforeScenario and @AfterScenario to clean up users
Diffstat (limited to 'build/integration/run.sh')
-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 08f10b86c5f..5456a784404 100755 --- a/build/integration/run.sh +++ b/build/integration/run.sh @@ -14,6 +14,6 @@ PHPPID=$! echo $PHPPID export TEST_SERVER_URL="http://localhost:$PORT/ocs/" -vendor/bin/behat --profile ci +vendor/bin/behat -f junit -f pretty kill $PHPPID |