Ensure intermediate file cleanup in tests.
This commit is contained in:
parent
03840b31c5
commit
42858c10a2
4 changed files with 12 additions and 0 deletions
|
@ -5,6 +5,9 @@ echo "#################################################"
|
||||||
echo "# Test Deduplication, Delta Encoding and LZP"
|
echo "# Test Deduplication, Delta Encoding and LZP"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
|
|
||||||
|
rm -f *.pz
|
||||||
|
rm -f *.1
|
||||||
|
|
||||||
for algo in lzfx lz4 adapt
|
for algo in lzfx lz4 adapt
|
||||||
do
|
do
|
||||||
for tf in combined.dat comb_d.dat
|
for tf in combined.dat comb_d.dat
|
||||||
|
|
|
@ -5,6 +5,9 @@ echo "#################################################"
|
||||||
echo "# Crypto tests"
|
echo "# Crypto tests"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
|
|
||||||
|
rm -f *.pz
|
||||||
|
rm -f *.1
|
||||||
|
|
||||||
for algo in lzfx adapt2
|
for algo in lzfx adapt2
|
||||||
do
|
do
|
||||||
for tf in comb_d.dat
|
for tf in comb_d.dat
|
||||||
|
|
|
@ -5,6 +5,9 @@ echo "#################################################"
|
||||||
echo "# Pipe mode Crypto tests"
|
echo "# Pipe mode Crypto tests"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
|
|
||||||
|
rm -f *.pz
|
||||||
|
rm -f *.1
|
||||||
|
|
||||||
for algo in lzfx adapt2
|
for algo in lzfx adapt2
|
||||||
do
|
do
|
||||||
for tf in comb_d.dat
|
for tf in comb_d.dat
|
||||||
|
|
|
@ -5,6 +5,9 @@ echo "#################################################"
|
||||||
echo "# Test Fixed block Deduplication"
|
echo "# Test Fixed block Deduplication"
|
||||||
echo "#################################################"
|
echo "#################################################"
|
||||||
|
|
||||||
|
rm -f *.pz
|
||||||
|
rm -f *.1
|
||||||
|
|
||||||
for algo in lzfx lz4 adapt adapt2
|
for algo in lzfx lz4 adapt adapt2
|
||||||
do
|
do
|
||||||
for tf in combined.dat comb_d.dat
|
for tf in combined.dat comb_d.dat
|
||||||
|
|
Loading…
Reference in a new issue