Changeset: 265b7615030a for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=265b7615030a
Added Files:
        clients/python2/test/run.cmd
        clients/python3/test/run.cmd
Branch: Feb2013
Log Message:

Added run scripts for testing the Python interface on Windows.
The scripts were provided by Pete Hollobon in bug 3274.
I did remove the double quotes since they tend to end up in the value
of the environment variables on Windows.


diffs (26 lines):

diff --git a/clients/python2/test/run.cmd b/clients/python2/test/run.cmd
new file mode 100644
--- /dev/null
+++ b/clients/python2/test/run.cmd
@@ -0,0 +1,8 @@
+set TSTDB=demo
+set TSTHOSTNAME=localhost
+set TSTUSERNAME=monetdb
+set TSTPASSWORD=monetdb
+set TSTDEBUG=no
+
+nosetests ./runtests.py
+nosetests ./test_control.py
diff --git a/clients/python3/test/run.cmd b/clients/python3/test/run.cmd
new file mode 100644
--- /dev/null
+++ b/clients/python3/test/run.cmd
@@ -0,0 +1,8 @@
+set TSTDB=demo
+set TSTHOSTNAME=localhost
+set TSTUSERNAME=monetdb
+set TSTPASSWORD=monetdb
+set TSTDEBUG=no
+
+nosetests ./runtests.py
+nosetests ./test_control.py
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to