]> 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>
Tue, 9 Aug 2016 00:33:59 +0000 (09:33 +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


No differences found