You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by sg...@apache.org on 2008/04/07 16:10:02 UTC

svn commit: r645526 - in /commons/sandbox/exec/trunk/src/test/scripts: error.bat forever.bat test.bat

Author: sgoeschl
Date: Mon Apr  7 07:10:01 2008
New Revision: 645526

URL: http://svn.apache.org/viewvc?rev=645526&view=rev
Log:
Turning echo off for all of the batch files

Modified:
    commons/sandbox/exec/trunk/src/test/scripts/error.bat
    commons/sandbox/exec/trunk/src/test/scripts/forever.bat
    commons/sandbox/exec/trunk/src/test/scripts/test.bat

Modified: commons/sandbox/exec/trunk/src/test/scripts/error.bat
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/error.bat?rev=645526&r1=645525&r2=645526&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/test/scripts/error.bat (original)
+++ commons/sandbox/exec/trunk/src/test/scripts/error.bat Mon Apr  7 07:10:01 2008
@@ -1,5 +1,5 @@
-@echo off
-REM
+@ECHO OFF
+
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM  contributor license agreements.  See the NOTICE file distributed with
 REM  this work for additional information regarding copyright ownership.
@@ -14,8 +14,6 @@
 REM  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 REM  See the License for the specific language governing permissions and
 REM  limitations under the License.
-REM
-REM
 
 REM This test script will return an error exit code
 

Modified: commons/sandbox/exec/trunk/src/test/scripts/forever.bat
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/forever.bat?rev=645526&r1=645525&r2=645526&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/test/scripts/forever.bat (original)
+++ commons/sandbox/exec/trunk/src/test/scripts/forever.bat Mon Apr  7 07:10:01 2008
@@ -1,3 +1,5 @@
+@ECHO OFF
+
 REM Little batch file to run nearly foerver
 REM see http://malektips.com/dos0017.html
 REM

Modified: commons/sandbox/exec/trunk/src/test/scripts/test.bat
URL: http://svn.apache.org/viewvc/commons/sandbox/exec/trunk/src/test/scripts/test.bat?rev=645526&r1=645525&r2=645526&view=diff
==============================================================================
--- commons/sandbox/exec/trunk/src/test/scripts/test.bat (original)
+++ commons/sandbox/exec/trunk/src/test/scripts/test.bat Mon Apr  7 07:10:01 2008
@@ -1,4 +1,5 @@
-@echo off
+@ECHO OFF
+
 REM
 REM Licensed to the Apache Software Foundation (ASF) under one or more
 REM contributor license agreements.  See the NOTICE file distributed with
@@ -17,4 +18,4 @@
 REM
 REM
 
-@echo FOO.%TEST_ENV_VAR%.%1
+@ECHO FOO.%TEST_ENV_VAR%.%1