summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/testh5dump.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Fixes indenting in tools test scriptsDana Robinson2020-08-041-188/+193
|
* Grep needs to search error fileAllen Byrne2019-12-221-1/+1
|
* grep for failure text in error stackAllen Byrne2019-12-221-1/+37
|
* In portable shell scripts (using #!/bin/sh) we have to use single squareDavid Young2019-12-191-1/+1
| | | | brackets, [ ], instead of the bash-ism double square brackets, [[ ]].
* Update to new error textAllen Byrne2019-12-021-3/+3
|
* Improvements in response to Allen's suggestions.Larry Knox2019-10-091-12/+12
|
* Corrections and improvements to testh5dump.sh.in changes.Larry Knox2019-10-091-34/+10
|
* Fix errors in testh5dump.sh tests that grep for reference error messages.Larry Knox2019-10-091-3/+33
|
* Change reference test to grep for specific errorAllen Byrne2019-10-071-3/+3
|
* Add test cleanupAllen Byrne2019-06-241-0/+5
|
* Need to shift off two argumentsAllen Byrne2019-06-241-0/+1
|
* HDFFV-9407 add autotools testAllen Byrne2019-06-241-0/+29
|
* Specify the default VOL connector to use with an environment variable.Quincey Koziol2019-03-101-2/+4
| | | | | | | | This implicitly adds support for changing the VOL connector for command-line tools or any application linked with the library. Also, add 'make check-vol' support for all directories, clearing up necessary issues in testing scripts, etc.
* HDFFV-10632 update autotools test scripts to match cmakeAllen Byrne2018-12-061-8/+0
|
* Modifications made based on feedback from pull request.Vailin Choi2018-07-111-3/+3
|
* Fix for HDFFV-10333:Vailin Choi2018-07-111-0/+5
| | | | | | | | | 1) Check for valid object header version for a refcount messge 2) Check for invalid fill value size 3) Check for invalid dimension size in a layout message 4) Add --enable-error-stack option to h5stat 5) Add error checks to h5stat.c 6) Add tests to h5stat and h5dump
* HDFFV-10188 Add tests and filesAllen Byrne2017-08-211-0/+3
|
* HDFFV-10219 - disable h5dump tests until h5import NATIVE is fixedAllen Byrne2017-06-191-2/+2
|
* HDFFV-10186 Need to pull the flag into the scriptAllen Byrne2017-05-111-0/+2
|
* HDFFV-10186 Add endianess to bitfield and fix testsAllen Byrne2017-05-101-2/+7
|
* Fix name to copyAllen Byrne2017-05-051-1/+1
|
* Correct name of file to copyAllen Byrne2017-05-041-1/+1
|
* Add test file to list and fix test typoAllen Byrne2017-05-021-1/+3
|
* Make test scripts fail if result files are createdAllen Byrne2017-05-021-12/+34
|
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2017-04-251-6/+4
| | | | | | | | | | hdf5_1_10 * commit '54957d37f5aa73912763dbb6e308555e863c43f4': Commit copyright header change for src/H5PLpkg.c which was added after running script to make changes. Add new files in release_docs to MANIFEST. Cimmit changes to Makefile.in(s) and H5PL.c that resulted from running autogen.sh. Merge pull request #407 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10_1 to hdf5_1_10_1 Change copyright headers to replace url referring to file to be removed and replace it with new url for COPYING file.
* Split tools into src and test - add foldersAllen Byrne2016-10-271-0/+1345