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:
authorJoas Schilling <nickvergessen@owncloud.com>2015-11-18 14:07:17 +0300
committerJoas Schilling <nickvergessen@owncloud.com>2015-11-18 14:07:17 +0300
commite4dc4095e48c2c30350ee08d36cc3b004435c408 (patch)
tree7d4f08162ddb2fd354f2b205952faf6892f0fe04 /tests
parentfcaa89f66a30bbe377e9af137acb881c3a6740af (diff)
Fix the path
Diffstat (limited to 'tests')
-rw-r--r--tests/integration/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/run.sh b/tests/integration/run.sh
index 26cfff4..7808b9b 100644
--- a/tests/integration/run.sh
+++ b/tests/integration/run.sh
@@ -2,7 +2,7 @@
composer install
-php -S localhost:8080 -t ../../.. &
+php -S localhost:8080 -t ../../../.. &
PHPPID=$!
echo $PHPPID