Update of /cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests
In directory
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv16058/src/test/BugTracker-2009/Tests
Modified Files:
create_on_ro_db_crash.SF-2830238.py
Log Message:
propagated changes of Wednesday Oct 14 2009
from the Nov2009 branch to the development trunk
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/14 - sjoerd:
src/test/BugTracker-2009/Tests/create_on_ro_db_crash.SF-2830238.py,1.2.2.2
propagated changes of Wednesday Oct 14 2009
from the Aug2009 branch to the Nov2009 branch
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/10/14 - sjoerd:
src/test/BugTracker-2009/Tests/create_on_ro_db_crash.SF-2830238.py,1.1.2.2
Use double quotes to quote command arguments. The Windows command
parser doesn't recognize single quotes.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Index: create_on_ro_db_crash.SF-2830238.py
===================================================================
RCS file:
/cvsroot/monetdb/sql/src/test/BugTracker-2009/Tests/create_on_ro_db_crash.SF-2830238.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- create_on_ro_db_crash.SF-2830238.py 13 Oct 2009 14:10:27 -0000 1.3
+++ create_on_ro_db_crash.SF-2830238.py 14 Oct 2009 12:16:42 -0000 1.4
@@ -4,7 +4,7 @@
import subprocess
def server():
- s = subprocess.Popen("%s --dbinit='include sql;' --set gdk_readonly=yes" %
os.getenv('MSERVER'),
+ s = subprocess.Popen('%s "--dbinit=include sql;" --set gdk_readonly=yes' %
os.getenv('MSERVER'),
shell = True,
stdin = subprocess.PIPE,
stdout = subprocess.PIPE,
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins