|
Boost Testing : |
From: Voronkov Konstantin (beowinkle_at_[hidden])
Date: 2005-07-21 05:04:59
Hello, All!
I have a question about "--no-warn" option of compiler status
I run next script in boost_1_32_0\libs\filesystem\test folder:
>set BOOST_ROOT=H:\tmp\Boost\ToBuild\boost_1_32_0
>set TOOLS=vc7
>call C:\Echo\MicrosoftVisualStudio\7.1\Vc7\bin\vcvars32.bat > nul
>bjam clean>clean.log
>bjam >bjam.log 2>&1
>process_jam_log <bjam.log
>compiler_status %BOOST_ROOT% cs-win32.html
>compiler_status --ignore-pass --no-warn %BOOST_ROOT%
cs-win32-fail.html cs-win32-links.html
>compiler_status --ignore-pass %BOOST_ROOT% cs-win32-warn-or-fail.html
cs-win32-links.html
>compiler_status %BOOST_ROOT% cs-win32-full.html cs-win32-links.html
but the result of both 3 invokation of compiler_status produced
the same output which contains full report (with pass and fail
tests). All output files cs-win32-fail.html, cs-win32-full.html,
and cs-win32-warn-or-fail.html are equivalent.
What did I done wrong and how can I get only errors result?
Best Regards,
Voronkov Konstantin