summaryrefslogtreecommitdiff
path: root/test/javascript/run
diff options
context:
space:
mode:
Diffstat (limited to 'test/javascript/run')
-rwxr-xr-xtest/javascript/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/javascript/run b/test/javascript/run
index ac49e3ace..a465a7b68 100755
--- a/test/javascript/run
+++ b/test/javascript/run
@@ -58,7 +58,7 @@ def mkformatter(tests):
elif rval == 3:
return green + "ported to elixir" + clear
else:
- return red + "fail" + clear
+ return red + ("fail: %d" % rval) + clear
def _fmt(test):
if isinstance(test, str):