diff options
-rwxr-xr-x | tests/test.lua | 2 |
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 | ||
248 | local pass, total = run_test_summary() | 248 | local pass, total = run_test_summary() |
249 | 249 | ||
250 | print(string.format("==> Summary: %d/%d tests succeeded", pass, total)) | 250 | print(string.format("==> Summary: %d/%d tests failed", total - pass, total)) |
251 | 251 | ||
252 | if pass ~= total then | 252 | if pass ~= total then |
253 | os.exit(1) | 253 | os.exit(1) |