mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r14177] bug fix:
uncomment code that cleans output files, that was accidently left commented tested: linux
This commit is contained in:
parent
22be11f0d9
commit
bbe71dc3b6
@ -95,9 +95,9 @@ TOOLTEST() {
|
||||
fi
|
||||
|
||||
# Clean up output file
|
||||
# if test -z "$HDF5_NOCLEANUP"; then
|
||||
# rm -f $actual $actual_err
|
||||
# fi
|
||||
if test -z "$HDF5_NOCLEANUP"; then
|
||||
rm -f $actual $actual_err
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
@ -134,9 +134,9 @@ TOOLTEST1() {
|
||||
fi
|
||||
|
||||
# Clean up output file
|
||||
# if test -z "$HDF5_NOCLEANUP"; then
|
||||
# rm -f $actual $actual_err
|
||||
# fi
|
||||
if test -z "$HDF5_NOCLEANUP"; then
|
||||
rm -f $actual $actual_err
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user