Changeset: 43802e30d8af for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/43802e30d8af
Modified Files:
testing/Mtest.py.in
Branch: Sep2022
Log Message:
Put REVISION back into the environment, even when not producing HTML.
diffs (16 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -3805,10 +3805,11 @@ def main(argv) :
# fix up URLPREFIX
if REV:
URLPREFIX += '%s/' % REV.split()[0].rstrip('+')
- os.environ['REVISION'] = REV
else:
# if no revision known, can't refer to repository
URLPREFIX = None
+ if REV:
+ os.environ['REVISION'] = REV
global SOCK, HOST
try: # try/finally to clean up sockdir
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]