summaryrefslogtreecommitdiff
path: root/test/exceptions.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-02-05 20:08:29 +0000
committerSteven Knight <knight@baldmt.com>2002-02-05 20:08:29 +0000
commitf6c20c8f66928d7d9845717cca12770dbfc86a59 (patch)
tree279913aaaa33e5ec28f3699a4a3c894336f56e87 /test/exceptions.py
parentac9aa00b71169ab6d275ee6990248e1778bcf456 (diff)
downloadscons-f6c20c8f66928d7d9845717cca12770dbfc86a59.tar.gz
Make scons return a failure code when a Builder fails (Anthony Roach)
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 2c6ad2d9..acfe9dd5 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()