diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-06 18:10:39 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-06 18:10:39 (GMT) |
commit | dd23dac577c70d7fc0aa3fe21c1ebf52a18975d2 (patch) | |
tree | 1e8c64ceb9c96b21030e2457f2b76e9cc1b2ddc3 | |
parent | e3c40fef1f2cd7e6e72c557675ff34802c20ea1f (diff) | |
parent | b9e08da165628c788ec06a90b3a0fdbdbc3d7960 (diff) | |
download | hdf5-dd23dac577c70d7fc0aa3fe21c1ebf52a18975d2.zip hdf5-dd23dac577c70d7fc0aa3fe21c1ebf52a18975d2.tar.gz hdf5-dd23dac577c70d7fc0aa3fe21c1ebf52a18975d2.tar.bz2 |
Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
-rw-r--r-- | examples/run-c-ex.sh.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in index 6ff2e9a..209cdd7 100644 --- a/examples/run-c-ex.sh.in +++ b/examples/run-c-ex.sh.in @@ -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} |