Changeset: 10b9ed467762 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=10b9ed467762
Modified Files:
testing/Mtest.py.in
Branch: Feb2013
Log Message:
Print some information if the server crashes.
diffs (21 lines):
diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in
--- a/testing/Mtest.py.in
+++ b/testing/Mtest.py.in
@@ -1533,6 +1533,17 @@ def GetBitsAndOIDsAndModsAndStaticAndThr
raise
returncode = returnCode(proc)
if returncode is not None:
+ STDERR.write(' '.join(cmd) + "\n\n")
+ if input:
+ STDERR.write(input)
+ STDERR.write("\n")
+ if qOut:
+ STDERR.write(qOut)
+ STDERR.write("\n")
+ if qErr:
+ STDERR.write(qErr)
+ STDERR.write("\n")
+ STDERR.flush()
ErrExit('GetBitsAndOIDsAndModsAndStaticAndThreads: subcommand failed:
%s' % returncode)
env['TST_MODS'] = []
env['TST_BITS'] = ""
_______________________________________________
checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list