[boost] Tools/regression/run_tests.sh

2003-07-24 Thread Toon Knapen
I have adapted the run_test.sh in boost/tools/regression to take the ALL_LOCATE_TARGET into account. This requires following changes: $process_jam_log $ALL_LOCATE_TARGET < regress.log Instead of Cat regress.log | $process_jam_log (the latter also causes a warning since process_jam_log expects arg

Re: [boost] Tools/regression/run_tests.sh

2003-07-24 Thread Rene Rivera
[2003-07-24] Toon Knapen wrote: >I have adapted the run_test.sh in boost/tools/regression to take the >ALL_LOCATE_TARGET into account. This requires following changes: > >$process_jam_log $ALL_LOCATE_TARGET < regress.log >Instead of >Cat regress.log | $process_jam_log > >(the latter also causes a