Changeset: 03af37271b38 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=03af37271b38
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
Merge with Dec2016 branch.
diffs (18 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -4232,6 +4232,14 @@ def main(argv) :
break
if global_timeout and start_time + global_timeout <
time.time():
break
+ if not testweb:
+ # after a directory has been tested, create
+ # the index file so that we can look at test
+ # results while the tests are running
+ env['TSTDIR'] = ""
+ env['TSTTRGDIR'] = os.path.join(TSTTRGBASE, TSTPREF)
+ body = body_bad + body_good
+ CreateHtmlIndex(env, *body)
except KeyboardInterrupt:
# if we get interrupted between directories, we still want output
pass
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list