On 21-10-2007 16:36:26 +0000, Niels Nes wrote: > Update of /cvsroot/monetdb/MonetDB/src/testing > In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv16749/src/testing > > Modified Files: > Tag: MonetDB_1-20 > Mtest.py.in > Log Message: > export TST_FIVE, we sometimes need to know which server we test > > > Index: Mtest.py.in > =================================================================== > RCS file: /cvsroot/monetdb/MonetDB/src/testing/Mtest.py.in,v > retrieving revision 1.309.2.8 > retrieving revision 1.309.2.9 > diff -u -d -r1.309.2.8 -r1.309.2.9 > --- Mtest.py.in 19 Oct 2007 13:41:24 -0000 1.309.2.8 > +++ Mtest.py.in 21 Oct 2007 16:36:21 -0000 1.309.2.9 > @@ -1237,6 +1237,7 @@ > os.environ['TST_MODS'] = str(env['TST_MODS']) > if par['M5']: > env['TST_FIVE'] = "Five" > + os.environ['TST_FIVE'] = "Five"
This looks like an upcoming IndentationError to me. > return rtrn > ### GetBitsAndOIDsAndModsAndStatic(env) # ------------------------------------------------------------------------- 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-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
