Remove incorrect " marks added to java files by bin/h5vers.

Pull version from configure for version test in h5repack_plugin.sh.in
This commit is contained in:
lrknox
2017-03-21 10:57:40 -05:00
parent dbff1180b7
commit 7e7121fec6
4 changed files with 12 additions and 11 deletions

View File

@@ -246,9 +246,10 @@ TOOLTEST_DUMP()
##############################################################################
# prepare for test
COPY_TESTFILES_TO_TESTDIR
version_str=`echo @H5_VERSION@ | awk -F"-" '{print $1}' | sed 's/\./,/g'`
# Run the test
arg="h5repack_layout.h5 -v -f UD=260,4,9,1,9,235"
arg="h5repack_layout.h5 -v -f UD=260,4,9,$version_str"
TOOLTEST_DUMP plugin_version_test $arg
arg="h5repack_layout.h5 -v -f UD=257,1,9"