Re: [Monetdb-developers] [Monetdb-checkins] MonetDB/src/testing Mtest.py.in, MonetDB_1-20, 1.309.2.8, 1.309.2.9
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) #
Fabian Groffen wrote:
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) #
I should enable the commit-time check to refuse checkins with tabs in python files. That should solve this. -- Sjoerd Mullender
On 22-10-2007 09:54:21 +0200, Sjoerd Mullender wrote:
env['TST_FIVE'] = "Five" + os.environ['TST_FIVE'] = "Five"
This looks like an upcoming IndentationError to me.
return rtrn ### GetBitsAndOIDsAndModsAndStatic(env) #
I should enable the commit-time check to refuse checkins with tabs in python files. That should solve this.
Or simply run tabnanny.
participants (2)
-
Fabian Groffen
-
Sjoerd Mullender