]> source.dussan.org Git - nextcloud-server.git/commitdiff
disable echo off
authorThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Oct 2013 15:48:46 +0000 (17:48 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Wed, 9 Oct 2013 15:48:46 +0000 (17:48 +0200)
autotest.cmd

index 9d94915383d5e0b03c991eb7da14f6ede83f2bb7..969e4a1ff38322aac3e33ae40bcebfea2111d713 100644 (file)
@@ -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