summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2009-09-22 19:40:13 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2009-09-22 19:40:13 (GMT)
commite46380bfb6db1ca1aa230809a7605d84eb2e9f8e (patch)
tree1dfa30c5772a96b72cef929a3eebe17ca0a4385e /bin
parent40d2c297866b1fbf7332467cc0ef874b34548fa7 (diff)
downloadhdf5-e46380bfb6db1ca1aa230809a7605d84eb2e9f8e.zip
hdf5-e46380bfb6db1ca1aa230809a7605d84eb2e9f8e.tar.gz
hdf5-e46380bfb6db1ca1aa230809a7605d84eb2e9f8e.tar.bz2
[svn-r17509] 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.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/snapshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot
index e1c1f32..82bf557 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=$?