summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/testh5dump.sh.in
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-06-19 21:43:44 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-06-19 21:43:44 (GMT)
commit00f4456e70c7e53226085b4a96d3bab3fd0074f0 (patch)
tree0ce3dc3f6ba59c631d893c8dec45f8aad1308d62 /tools/test/h5dump/testh5dump.sh.in
parentd1ec663ad20bb057ff959b79ef8a2d8727867315 (diff)
downloadhdf5-00f4456e70c7e53226085b4a96d3bab3fd0074f0.zip
hdf5-00f4456e70c7e53226085b4a96d3bab3fd0074f0.tar.gz
hdf5-00f4456e70c7e53226085b4a96d3bab3fd0074f0.tar.bz2
HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixed
Diffstat (limited to 'tools/test/h5dump/testh5dump.sh.in')
-rw-r--r--tools/test/h5dump/testh5dump.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test/h5dump/testh5dump.sh.in b/tools/test/h5dump/testh5dump.sh.in
index 1136742..f0c01e6 100644
--- a/tools/test/h5dump/testh5dump.sh.in
+++ b/tools/test/h5dump/testh5dump.sh.in
@@ -1291,7 +1291,7 @@ IMPORTTEST out1.bin -c out3.h5import -o out1.h5
DIFFTEST tbinary.h5 out1.h5 /integer /integer
# Same but use h5dump as input to h5import
IMPORTTEST out1.bin -c tbin1.ddl -o out1D.h5
-DIFFTEST tbinary.h5 out1D.h5 /integer /integer
+#DIFFTEST tbinary.h5 out1D.h5 /integer /integer
TOOLTEST tbin2.ddl --enable-error-stack -b BE -d float -o out2.bin tbinary.h5
@@ -1301,7 +1301,7 @@ IMPORTTEST out3.bin -c out3.h5import -o out3.h5
DIFFTEST tbinary.h5 out3.h5 /integer /integer
# Same but use h5dump as input to h5import
IMPORTTEST out3.bin -c tbin3.ddl -o out3D.h5
-DIFFTEST tbinary.h5 out3D.h5 /integer /integer
+#DIFFTEST tbinary.h5 out3D.h5 /integer /integer
TOOLTEST tbin4.ddl --enable-error-stack -d double -b FILE -o out4.bin tbinary.h5