Hi Dimitri, The intention of the test suite is to run completely with all the sub tests until the end to show up the summary of all succesful and failed test cases. Therefore I would like to keep this behavior. We may consider about an additional parameter to switch the behavior.
kind regards Am 27.01.16 um 23:30 schrieb Dimitri John Ledkov: > --- > src/tests/suite.run | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/tests/suite.run b/src/tests/suite.run > index 339e347..c53ac31 100755 > --- a/src/tests/suite.run > +++ b/src/tests/suite.run > @@ -1,4 +1,5 @@ > #!/bin/bash > +set -e > > # Libica test suite > # ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ Opencryptoki-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech
