Changeset: ccc3011b6b30 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ccc3011b6b30
Modified Files:
testing/Mtest.py.in
Branch: Dec2016
Log Message:
Update index.html file while running tests.
After each directory, update the index file. This way we can already
look at the results while the test is still running.
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