summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2016-08-31 16:49:49 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2016-08-31 16:49:49 (GMT)
commitfba658662b64b169c0664a6f66a29d27b36be0f4 (patch)
tree2002d3216059d857d0260a3af8741da19d5767e5
parent44640ecf685cfbd15fe176a1b96c6a7105288678 (diff)
parentccf7d84c2846444f70093ebb4287d9bdfcbca66c (diff)
downloadhdf5-fba658662b64b169c0664a6f66a29d27b36be0f4.zip
hdf5-fba658662b64b169c0664a6f66a29d27b36be0f4.tar.gz
hdf5-fba658662b64b169c0664a6f66a29d27b36be0f4.tar.bz2
Merge pull request #5 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:vol to vol
* commit 'ccf7d84c2846444f70093ebb4287d9bdfcbca66c': Tested "make installcheck" on jelly. Correct incorrect merge from main that added extra commands to a list in run-c-ex.sh.in without moving the "); then" to the end of the extended list, causing make installcheck to fail.
-rw-r--r--examples/run-c-ex.sh.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/run-c-ex.sh.in b/examples/run-c-ex.sh.in
index e2ba55a..5b3d437 100644
--- a/examples/run-c-ex.sh.in
+++ b/examples/run-c-ex.sh.in
@@ -125,9 +125,9 @@ then
RunTest h5_elink_unix2win &&\
rm h5_elink_unix2win &&\
RunTest h5_shared_mesg &&\
- rm h5_shared_mesg)&&\
+ rm h5_shared_mesg &&\
RunTest h5_vol_external_log_native &&\
- rm h5_vol_external_log_native; then
+ rm h5_vol_external_log_native &&\
RunTest h5_vds-eiger &&\
rm h5_vds-eiger &&\
RunTest h5_vds-exclim &&\
@@ -140,7 +140,7 @@ then
rm h5_vds-percival &&\
RunTest h5_vds-percival-unlim &&\
rm h5_vds-percival-unlim &&\
- RunTest h5_vds-percival-unlim-maxmin&&\
+ RunTest h5_vds-percival-unlim-maxmin &&\
rm h5_vds-percival-unlim-maxmin &&\
RunTest h5_vds &&\
rm h5_vds); then