mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1829] Did a make distclean in the test stage to clean away previous tests.
Changed _test to check which is the proper name for the testing target.
This commit is contained in:
parent
febbb4c50d
commit
2b10001114
11
bin/snapshot
11
bin/snapshot
@ -134,6 +134,15 @@ fi # Do CVS checkout
|
||||
# Run Test the HDF5 library
|
||||
#=============================
|
||||
if [ "$cmd" = "all" -o -n "$cmdtest" ]; then
|
||||
# Make sure current version exists and is clean
|
||||
if [ -d ${COMPARE}/current ]; then
|
||||
(cd ${COMPARE}/current && make distclean)
|
||||
else
|
||||
errcode=$?
|
||||
snapshot=no
|
||||
exit $errcode
|
||||
fi
|
||||
|
||||
# Compare it with the previous version. Compare only files listed in
|
||||
# the MANIFEST plus the MANIFEST itself.
|
||||
if [ -d ${COMPARE}/previous ]; then
|
||||
@ -153,7 +162,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" ]; then
|
||||
if [ "$snapshot" = "yes" ]; then
|
||||
if (cd ${COMPARE}/current; \
|
||||
${CONFIGURE}; \
|
||||
make _test); then
|
||||
make check); then
|
||||
:
|
||||
else
|
||||
errcode=$?
|
||||
|
Loading…
x
Reference in New Issue
Block a user