mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
1 changed files with 6 additions and 5 deletions
11
g10/test.c
11
g10/test.c
|
@ -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); \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue