tools/regression *.cpp files and test procedure

http://www.boost.org/tools/regression/index.htm as well as the 1.34 release candidate refer to process_jam_log.cpp and compiler_status.cpp. Also there is a shell script run_tests.sh for invoking these programs. Is this information correct? Does this procedure, programs and scripts function with bjam V2 and whatever else has changed with 1.34 ? Robert Ramey

Robert Ramey wrote:
http://www.boost.org/tools/regression/index.htm as well as the 1.34 release candidate refer to process_jam_log.cpp and compiler_status.cpp. Also there is a shell script run_tests.sh for invoking these programs. Is this information correct? Does this procedure, programs and scripts function with bjam V2 and whatever else has changed with 1.34 ? Robert Ramey
I built process_jam_log from the sources in ../tools/regression/... When I run it from ../libs/serialization/test I get: $ process_jam_log --v2 <bjam.log boost_root: C:/Boost134 locate_root: C:/Boost134 *****Warning - can't open output file: C:/Boost134/../../bin.v2/libs/serialization/test/test_demo_fast_archive_dll.test/msvc-.1/debug/threading-multi/test_log.xml Which doesn't seem correct to me. What's up with this? Robert Ramey
participants (1)
-
Robert Ramey