diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-01-22 22:20:33 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-01-22 22:20:33 (GMT) |
commit | f6d689ac18fa2a1178ce64be39ba112e6566091e (patch) | |
tree | f5d5632b34a1e42926226d02cf92ffd32ea475d5 | |
parent | 6bd7826ce8efb6f42bdfc74fa6456e1d098a87bd (diff) | |
download | hdf5-f6d689ac18fa2a1178ce64be39ba112e6566091e.zip hdf5-f6d689ac18fa2a1178ce64be39ba112e6566091e.tar.gz hdf5-f6d689ac18fa2a1178ce64be39ba112e6566091e.tar.bz2 |
[svn-r16343] Temporarily undo skipping the h5diff test of hyper1.h5 and hyper2.h5 that hangs on THG machines to see if the problem is fixed. Simple change - tested on jam.
-rwxr-xr-x | tools/h5diff/testh5diff.sh | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/h5diff/testh5diff.sh b/tools/h5diff/testh5diff.sh index 811b9d8..3415c2a 100755 --- a/tools/h5diff/testh5diff.sh +++ b/tools/h5diff/testh5diff.sh @@ -562,13 +562,15 @@ TESTING $H5DIFF -v $SRCFILE2 $SRCFILE2 TOOLTEST h5diff_90.txt -v $FILE2 $FILE2 # 10. read by hyperslab, print indexes -if test -n "$pmode" -a "$mydomainname" = hdfgroup.uiuc.edu; then +# Commenting out Albert's change to skip this test on THG machines +# to see if printfs were the problem. LRK 2009-1-22 +#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 +# SKIP -v $SRCFILE9 $SRCFILE10 +#else TESTING $H5DIFF -v $SRCFILE9 $SRCFILE10 TOOLTEST h5diff_100.txt -v $FILE9 $FILE10 -fi +#fi # 11. floating point comparison TESTING $H5DIFF -v $SRCFILE1 $SRCFILE1 g1/d1 g1/d2 |