
On Wed, 1 Dec 2004 04:20:30 -0600, Aleksey Gurtovoy <agurtovoy@meta-comm.com> wrote:
[snip various issues]
A couple more. When bjam is not found in the regression directory and the script tries to build it, it runs "./build.sh ...", but the build.sh in the tarballs is not executable. This should be changed to "sh ./build.sh ..." Also, was the CVS-ROOT tarfile assembled on a Windows machine? I'm hitting several new issues having to do with files being formatted with MS-DOS CR-LF terminators. At least one test (regex/example/regex_timer) is never finishing because it is expecting to read the input string "quit" but it gets "quit^M". There is also a minor error spit out as a result of the tools/build/v1/testing.jam file being CR-LF'd: ---snip--- if test $verbose -eq 0 ; then echo ====== BEGIN OUTPUT ====== cat /home/nbde52d/src/boost-regression/results/bin/boost/libs/graph/tes t/bellman-test.test/gcc/debug/bellman-test.output echo ====== END OUTPUT ====== fi exit $status /bin/sh: ^M: not found ---snip--- -- Caleb Epstein caleb dot epstein at gmail dot com