[svn-r16333] Bug 948 followup.

Moved a comment up to a more appropriate spot.
No execution change.

Tested: jam pp.
This commit is contained in:
Albert Cheng 2009-01-19 22:41:21 -05:00
parent fdc7b17438
commit 22228e6f65

View File

@ -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