aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/test.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test.lua b/tests/test.lua
index 90d216c..6a1a8a2 100755
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -247,7 +247,7 @@ end
247 247
248local pass, total = run_test_summary() 248local pass, total = run_test_summary()
249 249
250print(string.format("==> Summary: %d/%d tests succeeded", pass, total)) 250print(string.format("==> Summary: %d/%d tests failed", total - pass, total))
251 251
252if pass ~= total then 252if pass ~= total then
253 os.exit(1) 253 os.exit(1)