Changeset: f7cf5b388842 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f7cf5b388842
Modified Files:
        sql/backends/monet5/Tests/Mbeddedsql5--help.bat
        sql/benchmarks/arno_flt/Tests/doAll.SQL.bat
        sql/benchmarks/arno_flt/Tests/doAll_sorted.SQL.bat
        sql/benchmarks/arno_flt/Tests/init.SQL.bat
        sql/jdbc/tests/Tests/Test.SQL.bat
        sql/jdbc/tests/Tests/Test_JdbcClient.SQL.bat
        sql/jdbc/tests/Tests/ValidateSystemCatalogTables.SQL.bat
        sql/jdbc/tests/Tests/bogus-auto-generated-keys.SQL.bat
        sql/odbc/samples/Tests/odbcsample1.SQL.bat
        sql/odbc/samples/Tests/testgetinfo.SQL.bat
        sql/test/mapi/Tests/python3_dec38.SQL.bat
        sql/test/mapi/Tests/python3_int128.SQL.bat
        sql/test/pg_regress/Tests/load.SQL.bat
        sql/test/sys-schema/Tests/ValidateSystemCatalogTables.SQL.bat
Branch: default
Log Message:

With the new TestWeb we have to disable echoing on Windows


diffs (138 lines):

diff --git a/sql/backends/monet5/Tests/Mbeddedsql5--help.bat 
b/sql/backends/monet5/Tests/Mbeddedsql5--help.bat
--- a/sql/backends/monet5/Tests/Mbeddedsql5--help.bat
+++ b/sql/backends/monet5/Tests/Mbeddedsql5--help.bat
@@ -1,4 +1,3 @@
-@echo on
 @prompt # $t $g  
 
        Mbeddedsql5 --help
diff --git a/sql/benchmarks/arno_flt/Tests/doAll.SQL.bat 
b/sql/benchmarks/arno_flt/Tests/doAll.SQL.bat
--- a/sql/benchmarks/arno_flt/Tests/doAll.SQL.bat
+++ b/sql/benchmarks/arno_flt/Tests/doAll.SQL.bat
@@ -1,5 +1,4 @@
 @prompt # $t $g  
-@echo on
 
 %SQL_CLIENT% < "%TSTSRCDIR%\check0.sql"
 
diff --git a/sql/benchmarks/arno_flt/Tests/doAll_sorted.SQL.bat 
b/sql/benchmarks/arno_flt/Tests/doAll_sorted.SQL.bat
--- a/sql/benchmarks/arno_flt/Tests/doAll_sorted.SQL.bat
+++ b/sql/benchmarks/arno_flt/Tests/doAll_sorted.SQL.bat
@@ -1,5 +1,4 @@
 @prompt # $t $g  
-@echo on
 
 %SQL_CLIENT% < "%TSTSRCDIR%\check0.sql"
 
diff --git a/sql/benchmarks/arno_flt/Tests/init.SQL.bat 
b/sql/benchmarks/arno_flt/Tests/init.SQL.bat
--- a/sql/benchmarks/arno_flt/Tests/init.SQL.bat
+++ b/sql/benchmarks/arno_flt/Tests/init.SQL.bat
@@ -1,5 +1,4 @@
 @prompt # $t $g  
-@echo on
 
 %SQL_CLIENT% < "%TSTSRCBASE%\%TSTDIR%\create_tables.flt.sql"
 
diff --git a/sql/jdbc/tests/Tests/Test.SQL.bat 
b/sql/jdbc/tests/Tests/Test.SQL.bat
--- a/sql/jdbc/tests/Tests/Test.SQL.bat
+++ b/sql/jdbc/tests/Tests/Test.SQL.bat
@@ -3,6 +3,5 @@
 set 
URL=jdbc:monetdb://%HOST%:%MAPIPORT%/%TSTDB%?user=monetdb^&password=monetdb%JDBC_EXTRA_ARGS%
 
 prompt # $t $g  
-echo on
 
 java %TST% "%URL%"
diff --git a/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.bat 
b/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.bat
--- a/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.bat
+++ b/sql/jdbc/tests/Tests/Test_JdbcClient.SQL.bat
@@ -4,7 +4,6 @@ echo user=monetdb>      .monetdb
 echo password=monetdb>>        .monetdb
 
 prompt # $t $g  
-echo on
 
 java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d "%TSTDB%" 
--help
 
diff --git a/sql/jdbc/tests/Tests/ValidateSystemCatalogTables.SQL.bat 
b/sql/jdbc/tests/Tests/ValidateSystemCatalogTables.SQL.bat
--- a/sql/jdbc/tests/Tests/ValidateSystemCatalogTables.SQL.bat
+++ b/sql/jdbc/tests/Tests/ValidateSystemCatalogTables.SQL.bat
@@ -4,7 +4,6 @@ echo user=monetdb>      .monetdb
 echo password=monetdb>>        .monetdb
 
 prompt # $t $g  
-echo on
 
 call java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d %TSTDB% 
-e -f "%TSTSRCBASE%\%TSTDIR%\Tests\ValidateSystemCatalogTables.sql"
 
diff --git a/sql/jdbc/tests/Tests/bogus-auto-generated-keys.SQL.bat 
b/sql/jdbc/tests/Tests/bogus-auto-generated-keys.SQL.bat
--- a/sql/jdbc/tests/Tests/bogus-auto-generated-keys.SQL.bat
+++ b/sql/jdbc/tests/Tests/bogus-auto-generated-keys.SQL.bat
@@ -4,7 +4,6 @@ echo user=monetdb>      .monetdb
 echo password=monetdb>>        .monetdb
 
 prompt # $t $g  
-echo on
 
 call java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d %TSTDB% 
-e -f "%TSTSRCBASE%\%TSTDIR%\Tests\bogus-auto-generated-keys.sql"
 
diff --git a/sql/odbc/samples/Tests/odbcsample1.SQL.bat 
b/sql/odbc/samples/Tests/odbcsample1.SQL.bat
--- a/sql/odbc/samples/Tests/odbcsample1.SQL.bat
+++ b/sql/odbc/samples/Tests/odbcsample1.SQL.bat
@@ -1,6 +1,5 @@
 @echo off
 
 prompt # $t $g  
-echo on
 
 odbcsample1.exe
diff --git a/sql/odbc/samples/Tests/testgetinfo.SQL.bat 
b/sql/odbc/samples/Tests/testgetinfo.SQL.bat
--- a/sql/odbc/samples/Tests/testgetinfo.SQL.bat
+++ b/sql/odbc/samples/Tests/testgetinfo.SQL.bat
@@ -1,6 +1,5 @@
 @echo off
 
 prompt # $t $g  
-echo on
 
 testgetinfo.exe
diff --git a/sql/test/mapi/Tests/python3_dec38.SQL.bat 
b/sql/test/mapi/Tests/python3_dec38.SQL.bat
--- a/sql/test/mapi/Tests/python3_dec38.SQL.bat
+++ b/sql/test/mapi/Tests/python3_dec38.SQL.bat
@@ -8,6 +8,5 @@ rem Python that runs Mtest (currently al
 set PYTHONPATH=%testpath%;%PYTHON3PATH%
 
 prompt # $t $g  
-echo on
 
 "%PYTHON3%" "%testpath%/python_dec38.py %MAPIPORT% %TSTDB% %MAPIHOST%"
diff --git a/sql/test/mapi/Tests/python3_int128.SQL.bat 
b/sql/test/mapi/Tests/python3_int128.SQL.bat
--- a/sql/test/mapi/Tests/python3_int128.SQL.bat
+++ b/sql/test/mapi/Tests/python3_int128.SQL.bat
@@ -8,6 +8,5 @@ rem Python that runs Mtest (currently al
 set PYTHONPATH=%testpath%;%PYTHON3PATH%
 
 prompt # $t $g  
-echo on
 
 "%PYTHON3%" "%testpath%/python_int128.py %MAPIPORT% %TSTDB% %MAPIHOST%"
diff --git a/sql/test/pg_regress/Tests/load.SQL.bat 
b/sql/test/pg_regress/Tests/load.SQL.bat
--- a/sql/test/pg_regress/Tests/load.SQL.bat
+++ b/sql/test/pg_regress/Tests/load.SQL.bat
@@ -1,5 +1,4 @@
 @prompt # $t $g
-@echo on
 
 %SQL_CLIENT% < "%TSTSRCDIR%/create_table.sql"
 
diff --git a/sql/test/sys-schema/Tests/ValidateSystemCatalogTables.SQL.bat 
b/sql/test/sys-schema/Tests/ValidateSystemCatalogTables.SQL.bat
--- a/sql/test/sys-schema/Tests/ValidateSystemCatalogTables.SQL.bat
+++ b/sql/test/sys-schema/Tests/ValidateSystemCatalogTables.SQL.bat
@@ -4,7 +4,6 @@ echo user=monetdb>      .monetdb
 echo password=monetdb>>        .monetdb
 
 prompt # $t $g  
-echo on
 
 call java nl.cwi.monetdb.client.JdbcClient -h %HOST% -p %MAPIPORT% -d %TSTDB% 
-e -f "%TSTSRCBASE%\%TSTDIR%\Tests\ValidateSystemCatalogTables.sql"
 
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to