mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-21 14:47:03 +01:00
gpg: Silence some regression tests.
* g10/test.c (TEST): Print diagnostics only in verbose mode. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
85cc7449fb
commit
c7389ae90f
@ -63,11 +63,12 @@ static int verbose;
|
||||
int expected_result; \
|
||||
\
|
||||
tests ++; \
|
||||
\
|
||||
if (verbose) \
|
||||
{ \
|
||||
printf ("%d. Checking %s...", \
|
||||
tests, (description) ?: ""); \
|
||||
fflush (stdout); \
|
||||
\
|
||||
} \
|
||||
test_result = (test); \
|
||||
expected_result = (expected); \
|
||||
\
|
||||
|
Loading…
x
Reference in New Issue
Block a user