From 7022206a73062ca2c7ab1251623bf588b92eaad0 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Wed, 16 Nov 2011 13:10:35 +0100 Subject: [PATCH] Do not print command during script execution --- tests/check_compilations.bat | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/check_compilations.bat b/tests/check_compilations.bat index 16037c3d..afe817a8 100644 --- a/tests/check_compilations.bat +++ b/tests/check_compilations.bat @@ -1,3 +1,4 @@ +echo off setlocal cd /d %~dp0.. set COMPILE_ALL_BASEDIR=%CD% @@ -7,3 +8,4 @@ mkdir tests\temp cd %~dp0 endlocal +echo on