mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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
11
g10/test.c
11
g10/test.c
@ -63,11 +63,12 @@ static int verbose;
|
|||||||
int expected_result; \
|
int expected_result; \
|
||||||
\
|
\
|
||||||
tests ++; \
|
tests ++; \
|
||||||
\
|
if (verbose) \
|
||||||
printf ("%d. Checking %s...", \
|
{ \
|
||||||
tests, (description) ?: ""); \
|
printf ("%d. Checking %s...", \
|
||||||
fflush (stdout); \
|
tests, (description) ?: ""); \
|
||||||
\
|
fflush (stdout); \
|
||||||
|
} \
|
||||||
test_result = (test); \
|
test_result = (test); \
|
||||||
expected_result = (expected); \
|
expected_result = (expected); \
|
||||||
\
|
\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user