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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-11-17 14:16:06 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2015-11-17 14:16:06 +0300
commiteb9f8335010b17bd88c59802ecc6025644fe1705 (patch)
treeff852f537ef1b7bf132e62f800c0f89eda5d476b /tests
parentee2d238503062ef89b5e782b718456624e2afc50 (diff)
Fix exit code
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/run.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/integration/run.sh b/tests/integration/run.sh
index 1bcfa5a..26cfff4 100644
--- a/tests/integration/run.sh
+++ b/tests/integration/run.sh
@@ -8,5 +8,8 @@ echo $PHPPID
export TEST_SERVER_URL="http://localhost:8080/ocs/"
vendor/bin/behat -f junit -f pretty
+RESULT=$?
kill $PHPPID
+
+exit $RESULT