]> git.notmuchmail.org Git - notmuch/commitdiff
test: make gdb even quieter
authorDavid Bremner <david@tethera.net>
Tue, 28 Jun 2016 21:08:54 +0000 (23:08 +0200)
committerDavid Bremner <david@tethera.net>
Sun, 14 Aug 2016 04:27:57 +0000 (13:27 +0900)
gdb sometimes writes warnings to stdout, which we don't need/want, and
for some reason --batch-silent isn't enough to hide. So in this commit
we write them to a log file, which is probably better for debugging
anyway. To see an illustrative test failure before this change, run

% make
% touch notmuch-count.c
% cd test && ./T060-count.sh

(cherry picked from commit f45fa5bdd397d52473f7092f7ae3e2ffb9b7aee5)


No differences found