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:
authorMarcos Zuriaga <wolfi@wolfi.es>2016-10-11 23:33:48 +0300
committerMarcos Zuriaga <wolfi@wolfi.es>2016-10-11 23:33:48 +0300
commit3f2bb33ce374c02d8f460137538c6c56c7cee962 (patch)
tree3fb30dae4f2a175ef2fbcf841cee2d7c60169026 /launch_phpunit.sh
parentefd27ee1aefd7525b0a7f1bb0873cfd0b4aa3380 (diff)
Changed unit test env var names
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 e11c4bab..55eb55cf 100755
--- a/launch_phpunit.sh
+++ b/launch_phpunit.sh
@@ -1,8 +1,8 @@
#!/bin/bash
# Setup your testing environment paths
-export NEXTCLOUD_BASE_DIR=/var/www/html/nextcloud/
-export NEXTCLOUD_CONFIG_DIR=/var/www/html/nextcloud/config/
-export NEXTCLOUD_CONFIG_FILE=config.php
+export SERVER_BASE_DIR=/var/www/html/nextcloud/
+export SERVER_CONFIG_DIR=/var/www/html/nextcloud/config/
+export SERVER_CONFIG_FILE=config.php
# Lanuch the actual tests
phpunit $@