projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5c4600
)
cond: When skipping the test, show the reason.
author
Bruno Haible
<bruno@clisp.org>
Tue, 12 Jan 2010 22:12:00 +0000
(23:12 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 12 Jan 2010 22:12:00 +0000
(23:12 +0100)
ChangeLog
patch
|
blob
|
history
tests/test-cond.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 467c3181494ae6366b63f8213cef47950e09e240..d7b9374dbaf2a690166451400be850a7587c4402 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2010-01-12 Bruno Haible <bruno@clisp.org>
+
+ * tests/test-cond.c (main): When skipping the test, show the reason.
+
2010-01-12 Simon Josefsson <simon@josefsson.org>
* lib/striconv.c (str_cd_iconv): Avoid if before free.
diff --git
a/tests/test-cond.c
b/tests/test-cond.c
index d7e50f45a8e915b930a4503b4a82d9dd611f301c..f9ca22a6201bded07f3b74c27e0ab65847ef35aa 100644
(file)
--- 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;
}