Testing: clean up temp files

This commit is contained in:
Shahram Najm 2020-04-10 17:26:00 +01:00
parent 8def561d76
commit 085bb0120d
3 changed files with 4 additions and 1 deletions

View File

@ -80,6 +80,8 @@ if [ -x "${tools_dir}/grib_check_gaussian_grid" ]; then
${tools_dir}/grib_check_gaussian_grid $input $output
fi
rm -f $output
#sed "s:toolsdir:${tools_dir}/:" ${tools_dir}/grib1to2.txt > ${tools_dir}/grib1to2.test
#chmod +x ${tools_dir}/grib1to2.test
#${tools_dir}/grib1to2.test -f ${data_dir}/test.grib1 ${data_dir}/test.grib2

View File

@ -104,3 +104,4 @@ ${tools_dir}/grib_get_data $outfile > /dev/null
### Clean up
rm -f $outfile $tempOut
rm -f error.data

View File

@ -86,4 +86,4 @@ grep -q "'E', 'C', 'M', 'W', 'F', ' '" $tempTxt
# Clean up
rm -f $tempOut $tempRef
rm -f $tempOut $tempRef $tempTxt