From 89685b684fbc280ff1d07e92ea686c7c1d6ba62a Mon Sep 17 00:00:00 2001 From: Andrey Mazo Date: Sat, 22 May 2010 09:33:38 -0700 Subject: [PATCH] fix bug 908 --- test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test.py b/test.py index d46f6c1c4..e0f095b00 100755 --- a/test.py +++ b/test.py @@ -1008,6 +1008,9 @@ def run_tests(): proc = subprocess.Popen(waf_cmd, shell = True) proc.communicate() + if proc.returncode: + print >> sys.stderr, "Waf died. Not running tests" + return proc.returncode # # Pull some interesting configuration information out of waf, primarily