Closed tdenniston closed 9 years ago
If you have the bish script test.bish:
test.bish
assert(false);
And run it with:
bish -r test.bish
The exit code is 0 when it should be 1.
If you have the bish script
test.bish
:assert(false);
And run it with:
bish -r test.bish
The exit code is 0 when it should be 1.