diff options
author | sinanmohd <sinan@sinanmohd.com> | 2023-09-30 15:10:23 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2023-09-30 15:10:23 +0530 |
commit | 8504585b962e7ec467c7315af2e6d93a9325c4f9 (patch) | |
tree | 83deab0c0582a5c839d646022d429700ed07a0fe | |
parent | 05a9be65f8e0d97fd36711acfe5d626e316722ae (diff) |
tests: exit with non zero status on failure
-rwxr-xr-x | tests.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -33,4 +33,6 @@ test_subscene() if errs == 0 then print('ok: all tests ran successfully') +else + os.exit(false) end |