Changeset: 790da10b26a3 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=790da10b26a3 Modified Files: sql/test/mapi/Tests/python_test_monetdb_sql.SQL.bat sql/test/mapi/Tests/python_test_monetdb_sql.SQL.sh Branch: Oct2012 Log Message:
Fix location of test after changeset ce8ee749e18a. diffs (24 lines): diff --git a/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.bat b/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.bat --- a/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.bat +++ b/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.bat @@ -2,7 +2,7 @@ rem must be aligned with the installation directory chosen in rem clients/python/test/Makefile.ag -set testpath=%TSTSRCBASE%\..\clients\python\test +set testpath=%TSTSRCBASE%\..\clients\python2\test set PYTHONPATH=%testpath%;%PYTHONPATH% prompt # $t $g diff --git a/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.sh b/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.sh --- a/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.sh +++ b/sql/test/mapi/Tests/python_test_monetdb_sql.SQL.sh @@ -2,7 +2,7 @@ # must be aligned with the installation directory chosen in # clients/python/test/Makefile.ag -testpath="$TSTSRCBASE/../clients/python/test" +testpath="$TSTSRCBASE/../clients/python2/test" PYTHONPATH=$testpath:$PYTHONPATH export PYTHONPATH _______________________________________________ checkin-list mailing list checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list