host-testbench.sh: clean up output files when tests are successful

Make git status great again.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
This commit is contained in:
Marc Herbert 2020-08-28 18:20:15 +00:00 committed by Liam Girdwood
parent 32d32b59cb
commit 37b5893ee6
1 changed files with 5 additions and 0 deletions

View File

@ -73,6 +73,7 @@ else
cat vol.log
exit 1
fi
rm volume_out.raw vol.log
# test with src
echo "=========================================================="
@ -92,6 +93,7 @@ else
cat src.log
exit 1
fi
rm src_out.raw src.log
# test with eq
echo "=========================================================="
@ -112,3 +114,6 @@ else
cat eqiir.log
exit 1
fi
rm eqiir_out.raw eqiir.log
rm zeros_in.raw