Changeset: 0e23b8ab972a for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/0e23b8ab972a
Modified Files:
        testing/Mtest.py.in
Branch: Mar2025
Log Message:

Print message when test file is missing.


diffs (13 lines):

diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1871,6 +1871,9 @@ def RunTest(env, TST, COND, oktests, len
                 print('%s%s' % (prompt(), s), end='')
                 prred('TEST MISSING')
                 print()
+            else:
+                prred('MISSING')
+                print(':', os.path.join(TSTDIR, TSTSUFF, TST + EXT))
 
             return TX,Failed,Failed,elem,reason,links
 
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to