main.lua

changeset 46
d711bf1e9979
parent 43
b37504fa3031
parent 35
90219526e942
child 54
09a754d5fcc1
--- a/main.lua	Tue Oct 27 23:09:08 2015 +0000
+++ b/main.lua	Tue Oct 27 23:14:19 2015 +0000
@@ -85,8 +85,11 @@
 
 if not ok then
 	print("TEST ERROR:", result);
+	os.exit(2);
 elseif not result then
 	print("TEST FAILED", err);
+	os.exit(1);
 else
 	print("TEST PASSED");
+	os.exit(0);
 end

mercurial