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

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbrantje <brantje@gmail.com>2016-10-15 23:18:44 +0300
committerbrantje <brantje@gmail.com>2016-10-15 23:18:44 +0300
commit306c267b1bf345ab1d148566fe50964a6cefd3ec (patch)
tree3fe230042a656f1f26e937cc8d115a81d849f610 /launch_phpunit.sh
parent8a30328a7343ca913787bcdec7eb572acfc126f0 (diff)
Fix test and typo
Diffstat (limited to 'launch_phpunit.sh')
-rwxr-xr-xlaunch_phpunit.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/launch_phpunit.sh b/launch_phpunit.sh
index 55eb55cf..e552e5db 100755
--- a/launch_phpunit.sh
+++ b/launch_phpunit.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# Setup your testing environment paths
-export SERVER_BASE_DIR=/var/www/html/nextcloud/
-export SERVER_CONFIG_DIR=/var/www/html/nextcloud/config/
+export SERVER_BASE_DIR=/var/www/html/ncdev/
+export SERVER_CONFIG_DIR=/var/www/html/ncdev/config/
export SERVER_CONFIG_FILE=config.php
# Lanuch the actual tests
-phpunit $@
+phpunit -v $@