diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-09-10 14:24:34 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-09-10 14:24:34 (GMT) |
commit | 175e82e4843dbf2d6bec7f7121798338f4564379 (patch) | |
tree | b3d93c7c46e8e64984ca6b39db970bf4b5323b40 /tools/h5repack/h5repack_plugin.sh.in | |
parent | b0d34310f5ff752c5ab1ef3a0c88229aea32c31f (diff) | |
download | hdf5-175e82e4843dbf2d6bec7f7121798338f4564379.zip hdf5-175e82e4843dbf2d6bec7f7121798338f4564379.tar.gz hdf5-175e82e4843dbf2d6bec7f7121798338f4564379.tar.bz2 |
[svn-r24120] HDFFV-8345: plugin test properly checks static-exec result to include test.
Tested: jam
Diffstat (limited to 'tools/h5repack/h5repack_plugin.sh.in')
-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 e8ba83e..a45d1fe 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 |