summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2009-09-22 19:41:02 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2009-09-22 19:41:02 (GMT)
commit1fbe801ba131ad69493d83f335cf35fedbd5936c (patch)
treea0598b4b61584a92e7d38aca38ceba13be21d6a8
parentf41eb7fd3d05097fde68d0c160eef466096c8108 (diff)
downloadhdf5-1fbe801ba131ad69493d83f335cf35fedbd5936c.zip
hdf5-1fbe801ba131ad69493d83f335cf35fedbd5936c.tar.gz
hdf5-1fbe801ba131ad69493d83f335cf35fedbd5936c.tar.bz2
[svn-r17510] Move misplaced ')' after make uninstall command so 'du -ks' command is run in test directory instead of running in snapshot directory. Snapshot directory has many more subdirectories and is often remote, increasing test running time and reporting incorrect disk usage.
Tested on smirom in hdfdts version.
-rwxr-xr-xbin/snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index 5268ab5..fdca1ce 100755
--- a/bin/snapshot
+++ b/bin/snapshot
@@ -412,7 +412,7 @@ if [ "$cmd" = "all" -o -n "$cmdtest" -o -n "$cmddiff" ]; then
TIMESTAMP "check-install" && \
${MAKE} check-install && DISKUSAGE \
TIMESTAMP "uninstall" && \
- ${MAKE} uninstall-all) && DISKUSAGE ; then
+ ${MAKE} uninstall-all && DISKUSAGE); then
:
else
errcode=$?