Boost logo

Boost Testing :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-08-24 23:38:37


Rene Rivera wrote:
> * 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 '{}' ';'

I guess I also assumed people would delete the test_log.xml files. So...
You want to remove those also :-)

-- 
-- 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