Changeset: 24d8dd4624e0 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=24d8dd4624e0
Modified Files:
testing/Mtest.py.in
Branch: Dec2011
Log Message:
Mtest.py: fixed typo "not is" -> "is not"
diffs (12 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1869,7 +1869,7 @@ def RunTest(env, TST, BusyPorts, COND, o
if corefile is None:
corefile = os.path.join(env['GDK_DBFARM'], env['TSTDB'],
'core.*')
corefile = glob.glob(corefile)
- if corefile not is None and os.path.exists(corefile[0]):
+ if corefile is not None and os.path.exists(corefile[0]):
corefile = corefile[0]
else:
corefile = None
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list