summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2009-01-20 03:41:21 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2009-01-20 03:41:21 (GMT)
commit22228e6f65202a8891a825f6b1045910b06bd3b9 (patch)
treeec9e8cf2007a69c1aa5602bd3a6d1f83e35b218b /tools
parentfdc7b174384c5ae0f3ff0f565fdc555a3cf06d97 (diff)
downloadhdf5-22228e6f65202a8891a825f6b1045910b06bd3b9.zip
hdf5-22228e6f65202a8891a825f6b1045910b06bd3b9.tar.gz
hdf5-22228e6f65202a8891a825f6b1045910b06bd3b9.tar.bz2
[svn-r16333] Bug 948 followup.
Moved a comment up to a more appropriate spot. No execution change. Tested: jam pp.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/h5diff/testh5diff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh
index 52278a2..811b9d8 100755
--- a/tools/h5diff/testh5diff.sh
+++ b/tools/h5diff/testh5diff.sh
@@ -65,6 +65,7 @@ DIFF='diff -c'
nerrors=0
verbose=yes
pmode= # default to run h5diff tests
+mydomainname=`domainname 2>/dev/null`
# The build (current) directory might be different than the source directory.
if test -z "$srcdir"; then
@@ -560,12 +561,11 @@ TOOLTEST h5diff_80.txt -v $FILE7 $FILE8
TESTING $H5DIFF -v $SRCFILE2 $SRCFILE2
TOOLTEST h5diff_90.txt -v $FILE2 $FILE2
-mydomainname=`domainname 2>/dev/null`
+# 10. read by hyperslab, print indexes
if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then
# skip this test which sometimes hangs in some THG machines
SKIP -v $SRCFILE9 $SRCFILE10
else
- # 10. read by hyperslab, print indexes
TESTING $H5DIFF -v $SRCFILE9 $SRCFILE10
TOOLTEST h5diff_100.txt -v $FILE9 $FILE10
fi