So far, so good. Unfortunately, the little rectangle goes from broken or fail to a fail* which would be great except that fail* changes to a OK when all the tests get summarized for the top level page (e.g. Summary: CVS-RC_1_33_0). I guess this makes everyone feel good to have all that green on the front page, but we at Rudbek Associates consider it fraud. Any color but green should be used (why can't fail* propagate upwards as broken and fail do? As soon as Boost changes their policy, we'll remove this notice.
del results\*.log del results\bin\*.exe /s rem del \boost\lib\*boost* python regression.py update-source --tag=RC_1_33_0 --user=vawjr >cvsoutput.log type cvsoutput.log mgrep -fv .htm(l`%%)^^ cvsoutput.log | mgrep -f ^^'a's'n >results\cvschanges.log timestamp >> results.audit type results\cvschanges.log >>results.audit count results\cvschanges.log | mgrep 's(1`2`3):'stotal echo %errorlevel% if NOT ERRORLEVEL 1 exit /B 5 copy boost\tools\regression\xsl_reports\runner\regression.py . /Y /v set | mgrep "(binary|source)" python regression.py setup --tag=RC_1_33_0 --toolsets=vc-7_1,vc-8_0,mingw-3_4_2,vc-8_0-x86_amd64 --bjam-toolset=msvc python regression.py install --tag=RC_1_33_0 --toolsets=vc-7_1 --bjam-toolset=msvc python regression.py install --tag=RC_1_33_0 --toolsets=vc-8_0 --bjam-toolset=msvc python regression.py test --tag=RC_1_33_0 --toolsets=vc-7_1 --bjam-options=--a --monitored python regression.py test --tag=RC_1_33_0 --toolsets=vc-8_0 --bjam-options=--a --monitored timestamp >datetime.txt copy /Y comment.master+regression.bat+comment.mastertrailer+results\cvschanges.log+trailer.master1+datetime.txt+trailer.master2 comment.html python regression.py collect-logs --tag=RC_1_33_0 --runner=RudbekAssociates --comment comment.html python regression.py upload-logs --tag=RC_1_33_0 --runner=RudbekAssociates rem call v2.bat cd results cvs commit -lm "Auto commit after regression run" del ..\bjam.log move bjam.log .. rem del ..\bjamv2.log rem move bjamv2.log .. cd .. exit /B 0
C tools/build/v2/user-config.jam C tools/regression/xsl_reports/runner/regression.py M tools/build/v2/user-config.jam M tools/regression/xsl_reports/runner/regression.py