From 8504585b962e7ec467c7315af2e6d93a9325c4f9 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 30 Sep 2023 15:10:23 +0530 Subject: tests: exit with non zero status on failure --- tests.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests.lua') diff --git a/tests.lua b/tests.lua index feadb75..d6ad81d 100755 --- a/tests.lua +++ b/tests.lua @@ -33,4 +33,6 @@ test_subscene() if errs == 0 then print('ok: all tests ran successfully') +else + os.exit(false) end -- cgit v1.2.3