Update of /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests
In directory 
sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv21316/tests/mapi/examples/C/Tests

Modified Files:
        perl_dbi.MIL.bat perl_dbi.MIL.sh sample0.MIL.bat 
        sample0.MIL.sh sample1.MIL.bat sample1.MIL.sh sample2.MIL.bat 
        sample2.MIL.sh sample3.MIL.bat sample3.MIL.sh sample4.MIL.bat 
        sample4.MIL.sh smack00.MIL.bat smack00.MIL.sh 
        smack01-slow.MIL.bat smack01-slow.MIL.sh smack01.MIL.bat 
        smack01.MIL.sh 
Log Message:
propagated changes of Wednesday Oct 24 2007 - Monday Oct 29 2007
from the MonetDB_4-20 branch to the development trunk


Index: sample0.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample0.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample0.MIL.sh      29 Aug 2007 20:16:00 -0000      1.1
+++ sample0.MIL.sh      29 Oct 2007 20:08:37 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x sample0 $HOST $MAPIPORT mil
+Mlog -x "sample0 $HOST $MAPIPORT mil"

Index: sample1.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample1.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample1.MIL.bat     29 Aug 2007 20:16:02 -0000      1.1
+++ sample1.MIL.bat     29 Oct 2007 20:08:38 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x sample1.exe %HOST% %MAPIPORT% mil
+prompt # $t $g  
+echo on
+
+sample1.exe %HOST% %MAPIPORT% mil

Index: perl_dbi.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/perl_dbi.MIL.bat,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- perl_dbi.MIL.bat    22 Oct 2007 09:49:36 -0000      1.2
+++ perl_dbi.MIL.bat    29 Oct 2007 20:08:36 -0000      1.3
@@ -4,4 +4,7 @@
 
 set PERLLIB=%CLIENTS_PREFIX%\%PERL_LIBDIR%
 
-call Mlog.bat -x milsample.pl %MAPIPORT% %TSTDB%
+prompt # $t $g  
+echo on
+
+milsample.pl %MAPIPORT% %TSTDB%

Index: smack01.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/smack01.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smack01.MIL.bat     29 Aug 2007 20:16:21 -0000      1.1
+++ smack01.MIL.bat     29 Oct 2007 20:08:41 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x smack01.exe %MAPIPORT%
+prompt # $t $g  
+echo on
+
+smack01.exe %MAPIPORT%

Index: smack01.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/smack01.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smack01.MIL.sh      29 Aug 2007 20:16:21 -0000      1.1
+++ smack01.MIL.sh      29 Oct 2007 20:08:41 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x smack01 $MAPIPORT
+Mlog -x "smack01 $MAPIPORT"

Index: sample3.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample3.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample3.MIL.bat     29 Aug 2007 20:16:09 -0000      1.1
+++ sample3.MIL.bat     29 Oct 2007 20:08:39 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x sample3.exe %HOST% %MAPIPORT% mil
+prompt # $t $g  
+echo on
+
+sample3.exe %HOST% %MAPIPORT% mil

Index: sample0.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample0.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample0.MIL.bat     29 Aug 2007 20:16:00 -0000      1.1
+++ sample0.MIL.bat     29 Oct 2007 20:08:37 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x sample0.exe %HOST% %MAPIPORT% mil
+prompt # $t $g  
+echo on
+
+sample0.exe %HOST% %MAPIPORT% mil

Index: smack01-slow.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/smack01-slow.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smack01-slow.MIL.bat        29 Aug 2007 20:16:19 -0000      1.1
+++ smack01-slow.MIL.bat        29 Oct 2007 20:08:40 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x smack01.exe %MAPIPORT%
+prompt # $t $g  
+echo on
+
+smack01.exe %MAPIPORT%

Index: sample4.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample4.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample4.MIL.bat     29 Aug 2007 20:16:13 -0000      1.1
+++ sample4.MIL.bat     29 Oct 2007 20:08:39 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x sample4.exe %HOST% %MAPIPORT% mil
+prompt # $t $g  
+echo on
+
+sample4.exe %HOST% %MAPIPORT% mil

Index: smack01-slow.MIL.sh
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/smack01-slow.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smack01-slow.MIL.sh 29 Aug 2007 20:16:19 -0000      1.1
+++ smack01-slow.MIL.sh 29 Oct 2007 20:08:40 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x smack01 $MAPIPORT
+Mlog -x "smack01 $MAPIPORT"

Index: sample1.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample1.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample1.MIL.sh      29 Aug 2007 20:16:03 -0000      1.1
+++ sample1.MIL.sh      29 Oct 2007 20:08:38 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x sample1 $HOST $MAPIPORT mil
+Mlog -x "sample1 $HOST $MAPIPORT mil"

Index: sample3.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample3.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample3.MIL.sh      29 Aug 2007 20:16:10 -0000      1.1
+++ sample3.MIL.sh      29 Oct 2007 20:08:39 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x sample3 $HOST $MAPIPORT mil
+Mlog -x "sample3 $HOST $MAPIPORT mil"

Index: perl_dbi.MIL.sh
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/perl_dbi.MIL.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- perl_dbi.MIL.sh     22 Oct 2007 09:49:37 -0000      1.2
+++ perl_dbi.MIL.sh     29 Oct 2007 20:08:37 -0000      1.3
@@ -6,4 +6,4 @@
 PERLLIB="`monetdb-clients-config --perllibdir`"
 export PERLLIB
 
-Mlog -x milsample.pl $MAPIPORT $TSTDB
+Mlog -x "milsample.pl $MAPIPORT $TSTDB"

Index: smack00.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/smack00.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smack00.MIL.sh      29 Aug 2007 20:16:16 -0000      1.1
+++ smack00.MIL.sh      29 Oct 2007 20:08:40 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x smack00 $MAPIPORT
+Mlog -x "smack00 $MAPIPORT"

Index: sample2.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample2.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample2.MIL.sh      29 Aug 2007 20:16:05 -0000      1.1
+++ sample2.MIL.sh      29 Oct 2007 20:08:38 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x sample2 $HOST $MAPIPORT mil
+Mlog -x "sample2 $HOST $MAPIPORT mil"

Index: smack00.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/smack00.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- smack00.MIL.bat     29 Aug 2007 20:16:16 -0000      1.1
+++ smack00.MIL.bat     29 Oct 2007 20:08:40 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x smack00.exe %MAPIPORT%
+prompt # $t $g  
+echo on
+
+smack00.exe %MAPIPORT%

Index: sample2.MIL.bat
===================================================================
RCS file: 
/cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample2.MIL.bat,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample2.MIL.bat     29 Aug 2007 20:16:05 -0000      1.1
+++ sample2.MIL.bat     29 Oct 2007 20:08:38 -0000      1.2
@@ -2,4 +2,7 @@
 
 set PATH=%CLIENTS_PREFIX%\lib\MonetDB\Tests;%PATH%
 
-call Mlog.bat -x sample2.exe %HOST% %MAPIPORT% mil
+prompt # $t $g  
+echo on
+
+sample2.exe %HOST% %MAPIPORT% mil

Index: sample4.MIL.sh
===================================================================
RCS file: /cvsroot/monetdb/MonetDB4/tests/mapi/examples/C/Tests/sample4.MIL.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- sample4.MIL.sh      29 Aug 2007 20:16:13 -0000      1.1
+++ sample4.MIL.sh      29 Oct 2007 20:08:40 -0000      1.2
@@ -3,4 +3,4 @@
 PATH="`monetdb-clients-config --pkglibdir`/Tests:$PATH"
 export PATH
 
-Mlog -x sample4 $HOST $MAPIPORT mil
+Mlog -x "sample4 $HOST $MAPIPORT 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