summaryrefslogtreecommitdiffstats
path: root/test/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/exceptions.py')
-rw-r--r--test/exceptions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/exceptions.py b/test/exceptions.py
index 2c6ad2d..acfe9dd 100644
--- a/test/exceptions.py
+++ b/test/exceptions.py
@@ -52,5 +52,6 @@ Traceback \((most recent call|innermost) last\):
File "SConstruct", line 3, in func
raise "func exception"
func exception
-""")
+""", status = 2)
+
test.pass_test()