Update of /cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16638/tests/BugsViaSourgeforce/Tests

Modified Files:
      Tag: MonetDB_4-20
        ID.1032186.bat ID.853867.MIL.bat ID.853867.MIL.sh 
        ID.905495c.MIL.bat ID.905495c.MIL.sh ID.905495s.bat 
Log Message:
Improved quoting of test scripts.
Got rid of the need for Mlog.bat.

Index: ID.1032186.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests/ID.1032186.bat,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -d -r1.1 -r1.1.8.1
--- ID.1032186.bat      22 Dec 2006 15:29:09 -0000      1.1
+++ ID.1032186.bat      29 Oct 2007 17:25:36 -0000      1.1.8.1
@@ -2,9 +2,10 @@
 
 set NAME=%1
 
-call Mlog.bat   "%MSERVER% --dbname=%TSTDB% %NAME%.milS"
-call             %MSERVER% --dbname=%TSTDB% %NAME%.milS
+prompt # $t $g  
+echo on
 
-call Mlog.bat   "%MSERVER% --dbname=%TSTDB% < %NAME%.milS"
-call             %MSERVER% --dbname=%TSTDB% < %NAME%.milS
+call %MSERVER% --dbname=%TSTDB% %NAME%.milS
+
+call %MSERVER% --dbname=%TSTDB% < %NAME%.milS
 

Index: ID.905495s.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests/ID.905495s.bat,v
retrieving revision 1.1
retrieving revision 1.1.8.1
diff -u -d -r1.1 -r1.1.8.1
--- ID.905495s.bat      22 Dec 2006 15:29:11 -0000      1.1
+++ ID.905495s.bat      29 Oct 2007 17:25:36 -0000      1.1.8.1
@@ -2,9 +2,10 @@
 
 set NAME=%1
 
-call Mlog.bat   "%MSERVER% --dbname=%TSTDB% %NAME%.mil"
-call             %MSERVER% --dbname=%TSTDB% %NAME%.mil
+prompt # $t $g  
+echo on
 
-call Mlog.bat   "%MSERVER% --dbname=%TSTDB% < %NAME%.mil"
-call             %MSERVER% --dbname=%TSTDB% < %NAME%.mil
+call %MSERVER% --dbname=%TSTDB% %NAME%.mil
+
+call %MSERVER% --dbname=%TSTDB% < %NAME%.mil
 

Index: ID.905495c.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests/ID.905495c.MIL.bat,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- ID.905495c.MIL.bat  30 Aug 2007 00:07:34 -0000      1.2
+++ ID.905495c.MIL.bat  29 Oct 2007 17:25:36 -0000      1.2.4.1
@@ -2,9 +2,10 @@
 
 set NAME=%1
 
-call Mlog.bat   "%MIL_CLIENT% %NAME%.mil"
-call             %MIL_CLIENT% %NAME%.mil
+prompt # $t $g  
+echo on
 
-call Mlog.bat   "%MIL_CLIENT% < %NAME%.mil"
-call             %MIL_CLIENT% < %NAME%.mil
+call %MIL_CLIENT% %NAME%.mil
+
+call %MIL_CLIENT% < %NAME%.mil
 

Index: ID.853867.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests/ID.853867.MIL.bat,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- ID.853867.MIL.bat   30 Aug 2007 00:07:34 -0000      1.2
+++ ID.853867.MIL.bat   29 Oct 2007 17:25:36 -0000      1.2.4.1
@@ -6,14 +6,17 @@
 @rem  1582."
 @rem Hence, we run the script 10 times, and see whether it works...
 
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
-call Mlog.bat -x %MIL_CLIENT% < %1.mil
+prompt # $t $g  
+echo on
+
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
+%MIL_CLIENT% < %1.mil
 

Index: ID.853867.MIL.sh
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests/ID.853867.MIL.sh,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- ID.853867.MIL.sh    30 Aug 2007 00:07:34 -0000      1.2
+++ ID.853867.MIL.sh    29 Oct 2007 17:25:36 -0000      1.2.4.1
@@ -6,14 +6,14 @@
 #  1582."
 # Hence, we run the script 10 times, and see whether it works...
 
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
-Mlog -x $MIL_CLIENT < $1.mil
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
+Mlog -x "$MIL_CLIENT < $1.mil"
 

Index: ID.905495c.MIL.sh
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/BugsViaSourgeforce/Tests/ID.905495c.MIL.sh,v
retrieving revision 1.2
retrieving revision 1.2.4.1
diff -u -d -r1.2 -r1.2.4.1
--- ID.905495c.MIL.sh   30 Aug 2007 00:07:34 -0000      1.2
+++ ID.905495c.MIL.sh   29 Oct 2007 17:25:36 -0000      1.2.4.1
@@ -2,9 +2,7 @@
 
 NAME="$1"
 
-Mlog   "$MIL_CLIENT $NAME.mil"
-eval    $MIL_CLIENT $NAME.mil
+Mlog -x "$MIL_CLIENT $NAME.mil"
 
-Mlog   "$MIL_CLIENT < $NAME.mil"
-eval    $MIL_CLIENT < $NAME.mil
+Mlog -x "$MIL_CLIENT < $NAME.mil"
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to