Boost logo

Boost Testing :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-08-24 19:59:57


A recent change to process_jam_log.cpp changed the output of the
generated XML result files. I've reverted the change with this change
<http://svn.boost.org/trac/boost/changeset/38914>. This does mean that
for incremental testers there will be bogus test_log.xml files. Two
options for cleaning up to get fresh results are possible:

* Do a full build on the next test run.

* Find and delete all files with the following extensions: "*.output",
"*.run", and "*.test". This will cause tests to get retested but not as
many to be recompiled, relinked, etc. If you have the 'find' and 'rm'
Unix commands you can do this with:

   find . -regextype egrep -regex '.*[.](output|run|test)$' -and -type f
-exec rm '{}' ';'

Advanced thanks for paying attention :-)

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Boost-testing list run by mbergal at meta-comm.com