1
0
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:
Werner Koch 2016-01-06 08:49:45 +01:00
parent 85cc7449fb
commit c7389ae90f
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -63,11 +63,12 @@ static int verbose;
int expected_result; \
\
tests ++; \
\
printf ("%d. Checking %s...", \
tests, (description) ?: ""); \
fflush (stdout); \
\
if (verbose) \
{ \
printf ("%d. Checking %s...", \
tests, (description) ?: ""); \
fflush (stdout); \
} \
test_result = (test); \
expected_result = (expected); \
\