Ticket #7249: boost-build-1.50.0-fix-test.patch

File boost-build-1.50.0-fix-test.patch, 428 bytes (added by dev-zero@…, 10 years ago)
  • test/startup_v2.py

    old new  
    1414    return re.match(expected,actual,re.DOTALL) != None
    1515
    1616# Test the v1 startup behavior.
    17 t = BoostBuild.Tester(match=match_re, boost_build_path='', pass_toolset=0)
     17t = BoostBuild.Tester(match=match_re, boost_build_path='/invalid/location', pass_toolset=0)
    1818
    1919t.set_tree('startup')
    2020