Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv15207
Modified Files:
Tag: MonetDB_1-20
Mtest.py.in
Log Message:
with "-q", also do not warn about
"Replacing logical path ... by absolute physical path ..."
Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.309.2.14
retrieving revision 1.309.2.15
diff -u -d -r1.309.2.14 -r1.309.2.15
--- Mtest.py.in 30 Oct 2007 10:01:47 -0000 1.309.2.14
+++ Mtest.py.in 15 Nov 2007 05:58:47 -0000 1.309.2.15
@@ -3081,8 +3081,9 @@
if os.path.isdir(env[p]):
os.chdir(env[p])
if os.getcwd() != env[p]:
- Warn(p+": Replacing logical path "+env[p]+
- " by absolute physical path "+os.getcwd())
+ if not quiet:
+ Warn(p+": Replacing logical path "+env[p]+
+ " by absolute physical path "+os.getcwd())
env[p] = os.getcwd()
else:
ErrXit("Illegal "+p+": directory '"+env[p]+"' does not exist!")
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins