summaryrefslogtreecommitdiffstats
path: root/test/testexternal_env.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Fix datatype lookup in named datatype flush/refresh code and detect more ↵hdf5-1_13_0-rc3Quincey Koziol2020-12-171-4/+4
| | | | | | | | | | | core dumps in test scripts (#193) * Detect coredumps, and avoid printing a warning when creating a directory that already exists * Retrieve the actual datatype object correctly, in the face of possible pass-through VOL connectors * Detect more core dumps, and tiny formatting cleanup * Revert error status checks for mirror VFD test script
* Some coding style changes.Songyu Lu2019-04-111-3/+3
|
* This commit basically has the following changes:Songyu Lu2019-04-041-0/+42
1. restored the datatype, dataspace, and LCPL of the dataset for VOL connector back to the properties. 2. splitted external.c and vds.c because they called HDsetenv in the program, instead using shell scripts to set the environment variables. 3. changed H5CX_get_vds_prefix and H5CX_get_ext_file_prefix to use H5P_peek instead of H5P_get.