diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-09-09 22:43:57 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-09-09 22:43:57 (GMT) |
commit | a1071ada16895400ab19e0d704a512b98d0c8cbb (patch) | |
tree | 4c674c52e27384b557d2ca2423e36f44c844dbaf | |
parent | f79eac6049aaf951cbd109214b8c45f6174fd4e7 (diff) | |
download | hdf5-a1071ada16895400ab19e0d704a512b98d0c8cbb.zip hdf5-a1071ada16895400ab19e0d704a512b98d0c8cbb.tar.gz hdf5-a1071ada16895400ab19e0d704a512b98d0c8cbb.tar.bz2 |
[svn-r24118] Comment out test until configure sets conditional correctly
-rw-r--r-- | tools/h5repack/h5repack_plugin.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/h5repack_plugin.sh.in b/tools/h5repack/h5repack_plugin.sh.in index a45d1fe..e8ba83e 100644 --- a/tools/h5repack/h5repack_plugin.sh.in +++ b/tools/h5repack/h5repack_plugin.sh.in @@ -222,7 +222,7 @@ COPY_TESTFILES_TO_TESTDIR # Run the test arg="h5repack_layout.h5 -v -f UD=257,1,9" -TOOLTEST_DUMP plugin_test $arg +#TOOLTEST_DUMP plugin_test $arg # print results if test $nerrors -ne 0 ; then |