mirror of
https://github.com/boostorg/build.git
synced 2026-02-16 01:12:13 +00:00
Merge "Unbreak Boost.Build tests"
See https://svn.boost.org/trac/boost/changeset/72883 Authorized by Beman. [SVN r72884]
This commit is contained in:
@@ -247,8 +247,8 @@ class Tester(TestCmd.TestCmd):
|
||||
|
||||
# Find where jam_src is located. Try for the debug version if it is
|
||||
# lying around.
|
||||
dirs = [os.path.join('../engine/src', jam_build_dir + '.debug'),
|
||||
os.path.join('../engine/src', jam_build_dir),
|
||||
dirs = [os.path.join('../engine', jam_build_dir + '.debug'),
|
||||
os.path.join('../engine', jam_build_dir),
|
||||
]
|
||||
for d in dirs:
|
||||
if os.path.exists(d):
|
||||
|
||||
@@ -8,6 +8,6 @@ import BoostBuild
|
||||
|
||||
t = BoostBuild.Tester(pass_toolset=0)
|
||||
|
||||
t.run_build_system(extra_args="--debug --build-system=test")
|
||||
t.run_build_system(extra_args="--debug --build-system=test/test")
|
||||
|
||||
t.cleanup()
|
||||
|
||||
Reference in New Issue
Block a user