Boost logo

Boost-Build :

From: Victor A. Wagner Jr. (vawjr_at_[hidden])
Date: 2004-06-18 10:18:39


In the automated overnight runs for the past several days (I've been busy
trying to wrap up stuff before my vacation and haven't been watching as
closely as I should) I get many errors when attempting to build and run the
test suite. The problem appears to be attempting to do the command:
setverbose=0

I believe that should be
set verbose
instead.

===================================================
testing.capture-output
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.run
1 file(s) copied.

..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.exe >
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.output 2>&1
set status=%ERRORLEVEL%
echo. >>
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.output
echo EXIT STATUS: %status% >>
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.output
if %status% EQU 0 (
copy
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.output
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.run
)
setverbose=0
if %status% NEQ 0 (
setverbose=1
)
if %verbose% EQU 1 (
echo ====== BEGIN OUTPUT ======
type
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.output
echo ====== END OUTPUT ======
)
exit %status%

...failed testing.capture-output
..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.run...
...removing ..\bin.v2\status\limits_test.test\msvc-7.1\debug\limits_test.run
============================================================

Victor A. Wagner Jr. http://rudbek.com
The five most dangerous words in the English language:
"There oughta be a law"

 


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