diff options
| author | Larry Knox <lrknox@hdfgroup.org> | 2017-01-13 16:33:50 (GMT) |
|---|---|---|
| committer | Larry Knox <lrknox@hdfgroup.org> | 2017-01-13 16:33:50 (GMT) |
| commit | bd85e57904f1f943774bb99ea5e8b0d074db0edb (patch) | |
| tree | 4d94cbb8292116af3cf369adf1b47a014210ae17 /java/examples/intro | |
| parent | 089afc48561ba8838d6a515c6b00fc6f7032ca13 (diff) | |
| parent | 8452976de5d770adcf3892b25c8480042170fccd (diff) | |
| download | hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.zip hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.tar.gz hdf5-bd85e57904f1f943774bb99ea5e8b0d074db0edb.tar.bz2 | |
Merge pull request #250 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '8452976de5d770adcf3892b25c8480042170fccd':
tools/test/h5diff/testh5diff.sh.in: Add code to delete copies of test .h5 files copied from tools/testfiles/vds to tools/test/h5diff/testfiles when running "make check" for an in-source build.
Diffstat (limited to 'java/examples/intro')
| -rw-r--r-- | java/examples/intro/runExample.sh.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/java/examples/intro/runExample.sh.in b/java/examples/intro/runExample.sh.in index a8e65ff..65ca160 100644 --- a/java/examples/intro/runExample.sh.in +++ b/java/examples/intro/runExample.sh.in @@ -147,6 +147,7 @@ CLEAN_DATAFILES_AND_BLDDIR() { $RM $BLDDIR/examples.intro.H5_*.txt $RM $BLDDIR/H5_*.out + $RM $BLDDIR/H5_*.h5 } # Print a line-line message left justified in a field of 70 characters |
