This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* Report failures in exit code in caca-test
tags/v0.99.beta17
Pascal Terjan
pterjan
15 years ago
parent
aa2162ef57
commit
7fb6d934fa
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
tests/caca-test.cpp
+ 1
- 3
tests/caca-test.cpp
View File
@@ -22,8 +22,6 @@ int main(int argc, char *argv[])
CppUnit::TextTestRunner runner;
runner.addTest(CppUnit::TestFactoryRegistry::getRegistry().makeTest());
runner.run();
return 0;
return !runner.run();
}
Write
Preview
Loading…
Cancel
Save