Update of /cvsroot/monetdb/sql/src/odbc/samples/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16943/src/odbc/samples/Tests

Modified Files:
      Tag: SQL_2-20
        odbcsample1.SQL.bat odbcsample1.SQL.sh testgetinfo.SQL.bat 
        testgetinfo.SQL.sh 
Log Message:
Improved quoting of test scripts.
Got rid of the need for Mlog.bat.

Index: odbcsample1.SQL.bat
===================================================================
RCS file: /cvsroot/monetdb/sql/src/odbc/samples/Tests/odbcsample1.SQL.bat,v
retrieving revision 1.4.8.1
retrieving revision 1.4.8.2
diff -u -d -r1.4.8.1 -r1.4.8.2
--- odbcsample1.SQL.bat 12 Oct 2007 09:10:13 -0000      1.4.8.1
+++ odbcsample1.SQL.bat 29 Oct 2007 17:26:06 -0000      1.4.8.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x odbcsample1.exe
+prompt # $t $g  
+echo on
+
+odbcsample1.exe

Index: odbcsample1.SQL.sh
===================================================================
RCS file: /cvsroot/monetdb/sql/src/odbc/samples/Tests/odbcsample1.SQL.sh,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- odbcsample1.SQL.sh  29 Aug 2007 20:16:58 -0000      1.1
+++ odbcsample1.SQL.sh  29 Oct 2007 17:26:07 -0000      1.1.4.1
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
                                 
-Mlog -x odbcsample1
+Mlog -x "odbcsample1"

Index: testgetinfo.SQL.bat
===================================================================
RCS file: /cvsroot/monetdb/sql/src/odbc/samples/Tests/testgetinfo.SQL.bat,v
retrieving revision 1.2.4.1
retrieving revision 1.2.4.2
diff -u -d -r1.2.4.1 -r1.2.4.2
--- testgetinfo.SQL.bat 12 Oct 2007 09:10:14 -0000      1.2.4.1
+++ testgetinfo.SQL.bat 29 Oct 2007 17:26:07 -0000      1.2.4.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x testgetinfo.exe
+prompt # $t $g  
+echo on
+
+testgetinfo.exe

Index: testgetinfo.SQL.sh
===================================================================
RCS file: /cvsroot/monetdb/sql/src/odbc/samples/Tests/testgetinfo.SQL.sh,v
retrieving revision 1.1
retrieving revision 1.1.4.1
diff -u -d -r1.1 -r1.1.4.1
--- testgetinfo.SQL.sh  29 Aug 2007 20:16:58 -0000      1.1
+++ testgetinfo.SQL.sh  29 Oct 2007 17:26:07 -0000      1.1.4.1
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
                                 
-Mlog -x testgetinfo
+Mlog -x "testgetinfo"


-------------------------------------------------------------------------
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-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to