summaryrefslogtreecommitdiffstats
path: root/unit-tests
diff options
context:
space:
mode:
Diffstat (limited to 'unit-tests')
-rwxr-xr-xunit-tests/unit2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit-tests/unit b/unit-tests/unit
index fc9c3dc..404c9c7 100755
--- a/unit-tests/unit
+++ b/unit-tests/unit
@@ -346,4 +346,4 @@ vwrite("Skipped : %s\n"%yellow(score["skipped"]), 1)
vwrite("Passed : %s\n"%green(score["passed"]), 1)
vwrite("Failed : %s\n"%red(score["failed"]), 1)
-sys.exit(score[failed] != 0 and 1 or 0)
+sys.exit(score["failed"] != 0 and 1 or 0)