Update of /cvsroot/monetdb/MonetDB/src/testing
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv12413

Modified Files:
      Tag: MonetDB_1-20
        Mtest.py.in 
Log Message:
We need to use our own trace, since it's not the same as the standard
one.


Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.309.2.7
retrieving revision 1.309.2.8
diff -u -d -r1.309.2.7 -r1.309.2.8
--- Mtest.py.in 14 Oct 2007 08:50:52 -0000      1.309.2.7
+++ Mtest.py.in 19 Oct 2007 13:41:24 -0000      1.309.2.8
@@ -3570,7 +3570,7 @@
 if __name__ == "__main__":
     if '--trace' in sys.argv:
         sys.argv.remove('--trace')
-        import trace
+        from MonetDB import trace
         t = trace.Trace(trace=1, count=0, 
ignoremods=('ntpath','monet_options','Mfilter','re', 'sre_parse', 
'sre_compile'))
         t.runfunc(main, sys.argv)
     else:


-------------------------------------------------------------------------
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

Reply via email to