Changeset: 7d0c88a1e68c for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=7d0c88a1e68c
Modified Files:
testing/Mtest.py.in
Branch: Oct2014
Log Message:
Cleanup tmp file after testing.
diffs (14 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -2988,6 +2988,10 @@ def DoIt(env, SERVER, CALL, TST, EXT, PR
if TestErr is not None:
TestErr.write(Prompt('Done.'))
TestErr.close()
+ # there are two tests that create a temporary file called
+ # /tmp/MonetEvents; we just unconditionally remove the file
+ remove('/tmp/MonetEvents')
+
except KeyboardInterrupt:
if pSrvrTimer is not None:
pSrvrTimer.cancel()
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list