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:
Diffstat (limited to 'launch_phpunit.sh')
-rwxr-xr-xlaunch_phpunit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/launch_phpunit.sh b/launch_phpunit.sh
index fee45b01..70d80b58 100755
--- a/launch_phpunit.sh
+++ b/launch_phpunit.sh
@@ -4,5 +4,5 @@ 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
+# Launch the actual tests
phpunit -v $@