From f47ae5186624e5bb3a2d2b25be742b90a1eee3cd Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Sat, 31 Dec 2016 11:01:40 +0100 Subject: support: Implement --verbose option for test programs Some tests can produce rather verbose tracing information, and the --verbose option provides a standardized way to enable such logging output. --- support/tst-support_record_failure.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'support/tst-support_record_failure.c') diff --git a/support/tst-support_record_failure.c b/support/tst-support_record_failure.c index a999f7075c..75dd10f1c5 100644 --- a/support/tst-support_record_failure.c +++ b/support/tst-support_record_failure.c @@ -106,6 +106,8 @@ do_test (void) if (test_verify) { TEST_VERIFY (false); + if (test_verbose) + printf ("info: execution passed failed TEST_VERIFY\n"); return 2; /* Expected exit status. */ } if (test_verify_exit) -- cgit v1.2.3