Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 475712 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line  Link Here
0
-- test/startup_v2.py
0
++ test/startup_v2.py
Lines 50-56 Link Here
50
    return re.match(expected, actual, re.DOTALL) != None
50
    return re.match(expected, actual, re.DOTALL) != None
51
51
52
52
53
t = BoostBuild.Tester(match=match_re, boost_build_path="", pass_toolset=0)
53
t = BoostBuild.Tester(match=match_re, boost_build_path="/invalid/location", pass_toolset=0)
54
t.set_tree("startup")
54
t.set_tree("startup")
55
check_for_existing_boost_build_jam(t)
55
check_for_existing_boost_build_jam(t)
56
56

Return to bug 475712