diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-23 14:31:01 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-09-23 14:31:01 +0200 |
commit | 615f8966f295417d3bb608fd325bbfac57a279c2 (patch) | |
tree | 1a96d76e176cb7470780880a89489b0021b0159c /tests/x509cert-tl.c | |
parent | 56120e2caabc4b7becbd961187a4aa92e3534215 (diff) | |
download | gnutls-615f8966f295417d3bb608fd325bbfac57a279c2.tar.gz |
more silent tests.
Diffstat (limited to 'tests/x509cert-tl.c')
-rw-r--r-- | tests/x509cert-tl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/x509cert-tl.c b/tests/x509cert-tl.c index f3936f70be..a490c27bbb 100644 --- a/tests/x509cert-tl.c +++ b/tests/x509cert-tl.c @@ -207,5 +207,5 @@ doit (void) gnutls_global_deinit(); - success("success"); + if (debug) success("success"); } |