Boost logo

Boost-Build :

From: Beman Dawes (bdawes_at_[hidden])
Date: 2004-01-08 16:40:08


Below is the bjam -d2 output.

--Beman

execute-test
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.run

d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.exe >
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.output 2>&1
status=$?
echo >>
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.output
echo EXIT STATUS: $status >>
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.output
if test $status -eq 0 ; then
copy
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.output
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.run
fi
verbose=1
if test $status -ne 0 ; then
verbose=0
fi
if test $verbose -eq 0 ; then
echo ====== BEGIN OUTPUT ======
type
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.output
echo ====== END OUTPUT ======
fi
exit $status

'status' is not recognized as an internal or external command,
operable program or batch file.
$status was unexpected at this time.
...failed execute-test
d:\boost-regr\bin\boost\status\array1.test\gcc\debug\array1.run...

 


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk