summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2016-01-04 15:36:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2016-01-04 15:36:23 (GMT)
commit5bf1c024503fac87e4504f91bf821d43507c4508 (patch)
tree8b526761f6bd9e93ce06ab9e1335fff19101c1df
parentf28ded12d554ec4062ce38d571ea6dbebdb89cfa (diff)
downloadhdf5-5bf1c024503fac87e4504f91bf821d43507c4508.zip
hdf5-5bf1c024503fac87e4504f91bf821d43507c4508.tar.gz
hdf5-5bf1c024503fac87e4504f91bf821d43507c4508.tar.bz2
[svn-r28783] Description:
Comment out v2 B-tree test while I debug it. Tested on: MacOSX/64 10.11.2 (amazon) w/serial & parallel (h5committest not required on this branch)
-rw-r--r--test/testswmr.sh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testswmr.sh.in b/test/testswmr.sh.in
index 5165fd1..c0f70b6 100644
--- a/test/testswmr.sh.in
+++ b/test/testswmr.sh.in
@@ -124,7 +124,9 @@ while [ $# -gt 0 ]; do
done
# Loop over index types
-for index_type in "-i ea" "-i b2"
+# Comment out until I figure out the v2 B-tree bug -QAK
+#for index_type in "-i ea" "-i b2"
+for index_type in "-i ea"
do
# Try with and without compression
for compress in "" "-c 5"