Changeset: 8088c952798c for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/8088c952798c
Modified Files:
testing/Mz.py.in
Branch: default
Log Message:
Show more information if Mz.py is not able to start the server
diffs (14 lines):
diff --git a/testing/Mz.py.in b/testing/Mz.py.in
--- a/testing/Mz.py.in
+++ b/testing/Mz.py.in
@@ -900,8 +900,8 @@ def GetBitsAndModsAndThreads(env) :
if proc.returncode is None:
killProc(proc, proc.stderr, cmd)
proc.wait()
- if procdebug:
- print('GetBitsAndModsAndThreads: process exited "%s" (%s)\n' %
('" "'.join(cmd), proc.returncode))
+ if procdebug or proc.returncode != 0:
+ print('GetBitsAndModsAndThreads: process exited "%s" (%s)\n' %
('" "'.join(cmd), proc.returncode), file=sys.stderr)
env['TST_MODS'] = []
env['TST_BITS'] = ""
env['TST_INT128'] = ""
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list