fix bug 908

This commit is contained in:
Andrey Mazo
2010-05-22 09:33:38 -07:00
parent 147bb21923
commit 89685b684f

View File

@@ -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