Ensure intermediate file cleanup in tests.

This commit is contained in:
Moinak Ghosh 2012-12-11 16:23:35 +05:30
parent 03840b31c5
commit 42858c10a2
4 changed files with 12 additions and 0 deletions

View file

@ -5,6 +5,9 @@ echo "#################################################"
echo "# Test Deduplication, Delta Encoding and LZP"
echo "#################################################"
rm -f *.pz
rm -f *.1
for algo in lzfx lz4 adapt
do
for tf in combined.dat comb_d.dat

View file

@ -5,6 +5,9 @@ echo "#################################################"
echo "# Crypto tests"
echo "#################################################"
rm -f *.pz
rm -f *.1
for algo in lzfx adapt2
do
for tf in comb_d.dat

View file

@ -5,6 +5,9 @@ echo "#################################################"
echo "# Pipe mode Crypto tests"
echo "#################################################"
rm -f *.pz
rm -f *.1
for algo in lzfx adapt2
do
for tf in comb_d.dat

View file

@ -5,6 +5,9 @@ echo "#################################################"
echo "# Test Fixed block Deduplication"
echo "#################################################"
rm -f *.pz
rm -f *.1
for algo in lzfx lz4 adapt adapt2
do
for tf in combined.dat comb_d.dat