View | Details | Raw Unified | Return to bug 908
Collapse All | Expand All

(-)a/test.py (+3 lines)
 Lines 1002-1007    Link Here 
1002
1002
1003
        proc = subprocess.Popen(waf_cmd, shell = True)
1003
        proc = subprocess.Popen(waf_cmd, shell = True)
1004
        proc.communicate()
1004
        proc.communicate()
1005
        if proc.returncode:
1006
            print >> sys.stderr, "Waf died. Not running tests"
1007
            return proc.returncode
1005
1008
1006
    #
1009
    #
1007
    # Pull some interesting configuration information out of waf, primarily
1010
    # Pull some interesting configuration information out of waf, primarily

Return to bug 908