Commit fc112b3
committed
tests: make main function default to fail status
Before this commit, calling the test executable with wrong arguments
causes it to only print an error/usage message, but actual exit code was
0 (success). This is not the intended behaviour. This commit fixes it.1 parent 3cc06f3 commit fc112b3
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments