summaryrefslogtreecommitdiffstats
path: root/examples/run-c-ex.sh.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2018-10-21 17:08:26 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2018-10-21 17:08:26 (GMT)
commitb33a2e7dfe76a2947c12462adb40c88af9c92e75 (patch)
tree0eed4b85b7088b8c4e357804802627ff61fdc887 /examples/run-c-ex.sh.in
parent46c5b059f1a7c434bff7b04f56f74de84a41edd2 (diff)
downloadhdf5-b33a2e7dfe76a2947c12462adb40c88af9c92e75.zip
hdf5-b33a2e7dfe76a2947c12462adb40c88af9c92e75.tar.gz
hdf5-b33a2e7dfe76a2947c12462adb40c88af9c92e75.tar.bz2
Fixed warnings in the VOL example and run it from the script.
Diffstat (limited to 'examples/run-c-ex.sh.in')
-rw-r--r--examples/run-c-ex.sh.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index 209cdd7..6ff2e9a 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -139,7 +139,9 @@ then
RunTest h5_vds-percival-unlim-maxmin&&\
rm h5_vds-percival-unlim-maxmin &&\
RunTest h5_vds &&\
- rm h5_vds); then
+ rm h5_vds &&\
+ RunTest h5_vol_external_log_native &&\
+ rm h5_vol_external_log_native); then
EXIT_VALUE=${EXIT_SUCCESS}
else
EXIT_VALUE=${EXIT_FAILURE}