exactness: fixed file-removal to be more safe

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 66239
This commit is contained in:
Aharon Hillel 2011-12-15 09:04:34 +00:00 committed by Tom Hacohen
parent 85ffe5ac15
commit 4cf2e20323
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ DEBUG echo do_play "\$_dest_dir" "\$*"
if [ -z "\$*" ]
then
# Clear all files before producing all PNG files.
rm -rf "\$_dest_dir" &> /dev/null
rm "\$_dest_dir/test_*.png" &> /dev/null
mkdir -p "\$_dest_dir" &> /dev/null
ELM_ENGINE="buffer" exactness_raw --destdir "\$_dest_dir" --basedir "\$_base_dir" --tests
else