mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Add test cleanup
This commit is contained in:
parent
cf3de59f84
commit
f6ddfd7dda
@ -928,6 +928,11 @@ GREPTEST()
|
|||||||
echo " FAILED"
|
echo " FAILED"
|
||||||
nerrors="`expr $nerrors + 1`"
|
nerrors="`expr $nerrors + 1`"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Clean up output file
|
||||||
|
if test -z "$HDF5_NOCLEANUP"; then
|
||||||
|
rm -f $actual $actual_err
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
# Print a "SKIP" message
|
# Print a "SKIP" message
|
||||||
|
Loading…
Reference in New Issue
Block a user