Merge pull request #1357 in HDFFV/hdf5 from stackable_vol_fix_03 to develop

* commit '0a7c64f6e874c92cd2540af0b1fa032be0091502':
  Remove reference to h5_vol_external_log_native.
This commit is contained in:
Quincey Koziol 2018-12-06 11:28:40 -06:00
commit b9e08da165

View File

@ -139,9 +139,7 @@ then
RunTest h5_vds-percival-unlim-maxmin&&\
rm h5_vds-percival-unlim-maxmin &&\
RunTest h5_vds &&\
rm h5_vds &&\
RunTest h5_vol_external_log_native &&\
rm h5_vol_external_log_native); then
rm h5_vds); then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}