Changeset: 55017124cef6 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/55017124cef6
Modified Files:
testing/Mtest.py.in
Branch: Mar2025
Log Message:
Write .newtest file in correct place.
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
@@ -2986,7 +2986,7 @@ def DoIt(env, SERVER, CALL, TST, EXT, Te
defines.append(f'TSTDB={TSTDB}')
defines.append(f'MAPIPORT={pSrvr.port}')
try:
- sql.parse(os.path.join(TSTTRGDIR, testfile),
approve=open(TST+'.newtest','w') if approve else None, defines=defines)
+ sql.parse(os.path.join(TSTTRGDIR, testfile),
approve=open(os.path.join(TSTTRGDIR, TST+'.newtest'),'w') if approve else None,
defines=defines)
except KeyboardInterrupt:
raise
except sqllogictest.SQLLogicSyntaxError:
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]