mirror of https://github.com/ecmwf/eccodes.git
Clean up temp files after running test
This commit is contained in:
parent
68893d8f1d
commit
68be35a923
|
@ -158,6 +158,7 @@ examples/F90/eccodes_f_grib_nearest
|
|||
examples/F90/eccodes_f_new_from_file
|
||||
examples/F90/eccodes_f_grib_precision
|
||||
examples/F90/eccodes_f_grib_print_data
|
||||
examples/F90/eccodes_f_grib_print_data_static
|
||||
examples/F90/eccodes_f_read_from_file
|
||||
examples/F90/eccodes_f_read_message
|
||||
examples/F90/eccodes_f_samples
|
||||
|
|
|
@ -1363,5 +1363,5 @@ EOF
|
|||
|
||||
diff ${f}.log.ref ${f}.log
|
||||
|
||||
rm -f ${f}.log ${f}.log.ref
|
||||
rm -f ${f}.log ${f}.log.ref $fLog $fRules
|
||||
|
||||
|
|
Loading…
Reference in New Issue