Changeset: c6ef74e02617 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=c6ef74e02617
Modified Files:
        sql/jdbc/tests/Tests/SQLcopyinto.SQL.bat
        sql/jdbc/tests/Tests/SQLcopyinto.SQL.sh
Branch: Aug2018
Log Message:

Correct the new SQLcopyinto.SQL.[bat|sh] files to reference the 
Test.SQL.[bat|sh] as done with all other tests
This eases future maintenance.


diffs (23 lines):

diff --git a/sql/jdbc/tests/Tests/SQLcopyinto.SQL.bat 
b/sql/jdbc/tests/Tests/SQLcopyinto.SQL.bat
--- a/sql/jdbc/tests/Tests/SQLcopyinto.SQL.bat
+++ b/sql/jdbc/tests/Tests/SQLcopyinto.SQL.bat
@@ -1,8 +1,1 @@
-@echo off
-
-set 
URL=jdbc:monetdb://%HOST%:%MAPIPORT%/%TSTDB%?user=monetdb^&password=monetdb%JDBC_EXTRA_ARGS%
-
-prompt # $t $g  
-echo on
-
-java %TST% "%URL%"
+@call "%TSTSRCDIR%\Test.SQL.bat" %*
diff --git a/sql/jdbc/tests/Tests/SQLcopyinto.SQL.sh 
b/sql/jdbc/tests/Tests/SQLcopyinto.SQL.sh
--- a/sql/jdbc/tests/Tests/SQLcopyinto.SQL.sh
+++ b/sql/jdbc/tests/Tests/SQLcopyinto.SQL.sh
@@ -1,5 +1,3 @@
 #!/bin/sh
 
-URL="jdbc:monetdb://${HOST}:${MAPIPORT}/${TSTDB}?user=monetdb&password=monetdb${JDBC_EXTRA_ARGS}"
-
-Mlog -x "java ${TST} \"${URL}\""
+$TSTSRCDIR/Test.SQL.sh $*
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to