Changeset: c3957a48de21 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/c3957a48de21
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
Also produce reference to index.html file if only errors in SingleServer.err.
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
@@ -4151,7 +4151,7 @@ VALUES (%s, '%s', '%s', '%s',
prgreen('OK')
print()
print('failed={}, skipped={}'.format(Failed, len(Failure[F_SKIP])))
- if produce_html and Failed:
+ if produce_html and (Failed or errseen):
print('see
{}'.format(urllib.parse.urlunsplit(('file','',urllib.request.pathname2url(os.path.join(TSTTRGBASE,
TSTPREF, "index.html")),'',''))))
print('Ran {} tests in {:7.3f}s'.format(num_tests -
len(Failure[F_SKIP]), t_))
elif Failed:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]