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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-10-09 19:48:46 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2013-10-09 19:48:46 +0400
commitb0980b62ac97bdc218edcafecfb5641911f87f2f (patch)
tree0faf92ddc3200fa4909a57d366914f178cb36b4b /autotest.cmd
parent01810ec69ad713955bcb72a4efdccbf4712f4aba (diff)
disable echo off
Diffstat (limited to 'autotest.cmd')
-rw-r--r--autotest.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/autotest.cmd b/autotest.cmd
index 9d94915383d..969e4a1ff38 100644
--- a/autotest.cmd
+++ b/autotest.cmd
@@ -6,7 +6,6 @@
::
:: @copyright 2012, 2013 Thomas Müller thomas.mueller@tmit.eu
::
-@echo off
set DATADIR=data-autotest
set BASEDIR=%~dp0
@@ -120,6 +119,7 @@ goto:eof
php -f enable_all.php
call phpunit --bootstrap bootstrap.php --configuration phpunit-autotest.xml --log-junit autotest-results-%~1.xml --coverage-clover autotest-clover-%~1.xml --coverage-html coverage-html-%~1
+
echo "Done with testing %~1 ..."
cd %BASEDIR%
goto:eof