I'm seeing all my test runners (windows and linux) crash with the dreaded cannot find any_test.test

  File "D:\local\teeks99-08\c\boost_regression_src\regression.py", line 391, in command_test_boost_build
    "boost/bin.v2/libs/any/test/any_test.test"));
WindowsError: [Error 3] The system cannot find the path specified: 'D:\\local\\teeks99-08\\c\\results\\boost/bin.v2/libs/any/test/any_test.test/*.*'

The end of my results/bjam.log file is as follows:

boost-test(RUN) "throw_exception/throw_exception_no_both_test" : "libs/throw_exception/test/throw_exception_no_both_test.cpp"
boost-test(COMPILE_FAIL) "throw_exception/throw_exception_fail" : "libs/throw_exception/test/throw_exception_fail.cpp"
boost-test(RUN) "timer/auto_cpu_timer_example" ["always_show_run_output"] : "libs/timer/example/auto_cpu_timer_example.cpp"
boost-test(RUN) "timer/cpu_timer_info" ["always_show_run_output"] : "libs/timer/test/cpu_timer_info.cpp"
boost-test(RUN) "timer/cpu_timer_test" ["always_show_run_output"] : "libs/timer/test/cpu_timer_test.cpp"
boost-test(RUN) "timer/timex" ["always_show_run_output"] : "libs/timer/example/timex.cpp"
boost-test(COMPILE) "timer/original_timer_test" : "libs/timer/test/original_timer_test.cpp"
error: at D:/local/teeks99-08/c/boost_bb/src/kernel\modules.jam:107
error: Unable to find file or target named
error:     '/boost/tools/inspect//inspect'
error: referred to from project at
error:     '../libs/timer/test'
error: could not resolve project reference '/boost/tools/inspect'


Anyone know anything about this?
Tom