Provide an option to stop the tests when one commands fails
This would foo ; bar
behave as foo && bar
.
@mikael-s : set -e
?
Enabled by default ?
In some cases, we do not want this.
But what happens when there are commands on several lines ?
This would foo ; bar
behave as foo && bar
.
@mikael-s : set -e
?
Enabled by default ?
In some cases, we do not want this.
But what happens when there are commands on several lines ?