Changeset: d4f8057a91da for MonetDB URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d4f8057a91da Modified Files: testing/Mtest.py.in Branch: Jul2017 Log Message:
Pass -q option to coredumpctl. Without you can get: Hint: You are currently not seeing messages from other users and the system. Users in groups 'adm', 'systemd-journal', 'wheel' can see all messages. Pass -q to turn off this notice. diffs (25 lines): diff --git a/testing/Mtest.py.in b/testing/Mtest.py.in --- a/testing/Mtest.py.in +++ b/testing/Mtest.py.in @@ -1548,8 +1548,8 @@ def returnCode(proc, f = None): # wait a few seconds for the core to be dumped time.sleep(10) if procdebug: - print('Starting: coredumpctl info %d' % proc.pid) - p = process.Popen(['coredumpctl', 'info', str(proc.pid)], + print('Starting: coredumpctl -q info %d' % proc.pid) + p = process.Popen(['coredumpctl', '-q' ,'info', str(proc.pid)], stdout = process.PIPE, stderr = process.PIPE, universal_newlines = True) @@ -1570,8 +1570,8 @@ def returnCode(proc, f = None): # wait a few seconds for the core to be dumped time.sleep(10) if procdebug: - print('Starting: coredumpctl info %d' % proc.pid) - p = process.Popen(['coredumpctl', 'info', str(proc.pid)], + print('Starting: coredumpctl -q info %d' % proc.pid) + p = process.Popen(['coredumpctl', '-q' ,'info', str(proc.pid)], stdout = process.PIPE, stderr = process.PIPE, universal_newlines = True) _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list