Changeset: 1176f2dfe0d0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/1176f2dfe0d0
Modified Files:
testing/Mtest.py.in
Branch: default
Log Message:
Display complete test name for failing tests.
Copy+paste just became easier. ;-)
diffs (20 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -2353,14 +2353,14 @@ def RunTest(env, TST, COND, oktests, len
else:
prred('ERROR')
if verbosity == 0 and (FailedOut > F_WARN or FailedErr >
F_WARN):
- print(':', os.path.join(TSTDIR, TST + EXT))
+ print(':', os.path.join(TSTDIR, TSTSUFF, TST + EXT))
elif verbosity == 1:
print()
elif FailedOut > F_WARN or FailedErr > F_WARN:
print()
print('========================================')
prred('ERROR: ')
- print(os.path.join(TSTDIR, TST + EXT))
+ print(os.path.join(TSTDIR, TSTSUFF, TST + EXT))
print('========================================')
with openutf8(TestErrFile, 'r') as f:
print(f.read())
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]