From 57d407aba226740d7e5f830155c260199461bb6d Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Sat, 20 Mar 2010 14:57:26 +0100 Subject: Reduced several unneeded messages during the make check procedure. Verbose messages can be obtained with --verbose. --- tests/init_roundtrip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/init_roundtrip.c') diff --git a/tests/init_roundtrip.c b/tests/init_roundtrip.c index 1c6fca642c..e232f8de89 100644 --- a/tests/init_roundtrip.c +++ b/tests/init_roundtrip.c @@ -48,5 +48,5 @@ doit (void) gnutls_global_deinit (); - success ("init-deinit round-trip success\n"); + if (debug) success ("init-deinit round-trip success\n"); } -- cgit v1.2.1