aboutsummaryrefslogtreecommitdiffstats
path: root/testing/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'testing/parser.py')
-rw-r--r--testing/parser.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/parser.py b/testing/parser.py
index e4b1bc013..6c0d2af6f 100644
--- a/testing/parser.py
+++ b/testing/parser.py
@@ -143,7 +143,7 @@ class TestParser(object):
if match:
res = "BFAIL"
else:
- res = "FAIL"
+ res = "FAIL!"
else:
if match:
res = "BPASS"