From 84ab6921e060199ffb0b7e8e8e8d44f12a016ffb Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 12 Jan 2010 23:12:00 +0100 Subject: [PATCH] cond: When skipping the test, show the reason. --- ChangeLog | 4 ++++ tests/test-cond.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 467c31814..d7b9374db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-01-12 Bruno Haible + + * tests/test-cond.c (main): When skipping the test, show the reason. + 2010-01-12 Simon Josefsson * lib/striconv.c (str_cd_iconv): Avoid if before free. diff --git a/tests/test-cond.c b/tests/test-cond.c index d7e50f45a..f9ca22a62 100644 --- a/tests/test-cond.c +++ b/tests/test-cond.c @@ -201,6 +201,7 @@ main () int main () { + fputs ("Skipping test: multithreading not enabled\n", stderr); return 77; } -- 2.11.0