# HG changeset patch # User Bruno Haible # Date 1263334320 -3600 # Node ID 906355caec2ae1ab4d4124ba3cb098d8a9659c14 # Parent d49b651c4fd8568fc739cbf9b83ea854ecd13558 cond: When skipping the test, show the reason. diff --git a/ChangeLog b/ChangeLog --- 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 --- a/tests/test-cond.c +++ b/tests/test-cond.c @@ -201,6 +201,7 @@ int main () { + fputs ("Skipping test: multithreading not enabled\n", stderr); return 77; }