diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 20:27:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-08-02 20:27:11 (GMT) |
commit | 00a50b6d72656429b0c55d68ed2fcf53e713ed70 (patch) | |
tree | 278aa8c4a30e40e6136b4c4f048e2a306926b26d /tools/test/h5dump | |
parent | a83b6a7c6e6aca1a329c274282c691ffb417abc4 (diff) | |
parent | 3635cc24b0759285eff37fe986e14e368a4a19b1 (diff) | |
download | hdf5-00a50b6d72656429b0c55d68ed2fcf53e713ed70.zip hdf5-00a50b6d72656429b0c55d68ed2fcf53e713ed70.tar.gz hdf5-00a50b6d72656429b0c55d68ed2fcf53e713ed70.tar.bz2 |
Merge pull request #627 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit '3635cc24b0759285eff37fe986e14e368a4a19b1':
Fix misnamed file in test script
Add h5repack tests for paged aggregation
Diffstat (limited to 'tools/test/h5dump')
-rw-r--r-- | tools/test/h5dump/testh5dumpxml.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/testh5dumpxml.sh.in b/tools/test/h5dump/testh5dumpxml.sh.in index 39b1361..b3b9e14 100644 --- a/tools/test/h5dump/testh5dumpxml.sh.in +++ b/tools/test/h5dump/testh5dumpxml.sh.in @@ -386,7 +386,7 @@ TOOLTEST torderattr4.h5.xml --xml -H --sort_by=creation_order --sort_order=desce TOOLTEST tfpformat.h5.xml -u -m %.7f tfpformat.h5 # test for HDFFV-10256 issue -TOOLTEST test35.nc --xml test35.nc +TOOLTEST test35.nc.xml --xml test35.nc # Clean up temporary files/directories CLEAN_TESTFILES_AND_TESTDIR |