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

Modified Files:
        Mtest.py.in 
Log Message:
propagated changes of Wednesday Oct 17 2007 - Monday Oct 22 2007
from the MonetDB_1-20 branch to the development trunk


Index: Mtest.py.in
===================================================================
RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v
retrieving revision 1.314
retrieving revision 1.315
diff -u -d -r1.314 -r1.315
--- Mtest.py.in 15 Oct 2007 15:27:06 -0000      1.314
+++ Mtest.py.in 22 Oct 2007 10:35:17 -0000      1.315
@@ -1237,6 +1237,7 @@
     os.environ['TST_MODS'] = str(env['TST_MODS'])
     if par['M5']:
         env['TST_FIVE'] = "Five"
+        os.environ['TST_FIVE'] = "Five"
     return rtrn
 ### GetBitsAndOIDsAndModsAndStatic(env) #
 
@@ -3570,7 +3571,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