I want $? = 1 whenever some test fails.
* src/main.cc (testLoop): Return 1 iff an error occured. (main): Use testLoop's output as exit status.
This commit is contained in:
parent
9df8be4503
commit
71b7da1437
2 changed files with 31 additions and 21 deletions
|
|
@ -1,6 +1,10 @@
|
|||
2003-07-09 Alexandre Duret-Lutz <aduret@src.lip6.fr>
|
||||
|
||||
* src/ExternalTranslator.h (class ExternalTranslator):
|
||||
I want $? = 1 whenever some test fails.
|
||||
* src/main.cc (testLoop): Return 1 iff an error occured.
|
||||
(main): Use testLoop's output as exit status.
|
||||
|
||||
* src/ExternalTranslator.h (class ExternalTranslator):
|
||||
Declare class SpotWrapper as a friend.
|
||||
* src/SpotWrapper.h, src/SpotWrapper.cc: New files.
|
||||
* src/Makefile.am (lbtt_translate_SOURCES): Add SpotWrapper.cc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue