diff --git a/src/regression.py b/src/regression.py index 861ec19..47de795 100644 --- a/src/regression.py +++ b/src/regression.py @@ -26,7 +26,7 @@ repo_path = { 'trunk' : 'trunk', 'release' : 'branches/release', 'build' : 'trunk/tools/build/v2', - 'jam' : 'trunk/tools/build/v2/engine/src', + 'jam' : 'trunk/tools/build/v2/engine', 'regression' : 'trunk/tools/regression', 'boost-build.jam' : 'trunk/boost-build.jam' diff --git a/src/run_tests.sh b/src/run_tests.sh index 3b93607..483cecf 100644 --- a/src/run_tests.sh +++ b/src/run_tests.sh @@ -75,7 +75,7 @@ exe_suffix= # The location of the binary for running bjam. The default should work # under most circumstances. # -bjam="$boost_root/tools/build/v2/engine/src/bin/bjam$exe_suffix" +bjam="$boost_root/tools/build/v2/engine/bin/bjam$exe_suffix" # # "process_jam_log", and "compiler_status" paths to built helper programs: @@ -133,7 +133,7 @@ fi # rebuild bjam if required: # echo building bjam: -cd "$boost_root/tools/build/v2/engine/src" && \ +cd "$boost_root/tools/build/v2/engine" && \ LOCATE_TARGET=bin sh ./build.sh if test $? != 0 ; then echo "bjam build failed."