From b0980b62ac97bdc218edcafecfb5641911f87f2f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BCller?= <thomas.mueller@tmit.eu>
Date: Wed, 9 Oct 2013 17:48:46 +0200
Subject: [PATCH] disable echo off

---
 autotest.cmd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
GitLab