diff options
| author | Jake Smith <jake.smith@hdfgroup.org> | 2019-08-14 20:54:10 (GMT) |
|---|---|---|
| committer | Jake Smith <jake.smith@hdfgroup.org> | 2019-08-14 20:54:10 (GMT) |
| commit | 396edbe6bf053b9acc432b45eb47c3bfbdbbefed (patch) | |
| tree | 1b1638303a96d5cf19622498cd10634aa357e462 /java | |
| parent | 47e3d99f65b5f610c3de61c3e9060b6b30b71ca0 (diff) | |
| parent | 2e5cd3d2b2d953420252c80ab5e32ac95ac0c5b3 (diff) | |
| download | hdf5-396edbe6bf053b9acc432b45eb47c3bfbdbbefed.zip hdf5-396edbe6bf053b9acc432b45eb47c3bfbdbbefed.tar.gz hdf5-396edbe6bf053b9acc432b45eb47c3bfbdbbefed.tar.bz2 | |
Merge pull request #1872 in HDFFV/hdf5 from ~JAKE.SMITH/hdf5:bugfix/ros3_hdfs_warns_squashed to develop
* commit '2e5cd3d2b2d953420252c80ab5e32ac95ac0c5b3':
Fix compiler warnings with diabled ROS3 and HDFS VFDs. Fix misuse of [HD]strncpy and [HD]snprintf. Minor formatting changes. Fix test cleanup issue with java groups example.
Diffstat (limited to 'java')
| -rw-r--r-- | java/examples/groups/JavaGroupExample.sh.in | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/java/examples/groups/JavaGroupExample.sh.in b/java/examples/groups/JavaGroupExample.sh.in index 9d4673f..acc606f 100644 --- a/java/examples/groups/JavaGroupExample.sh.in +++ b/java/examples/groups/JavaGroupExample.sh.in @@ -179,17 +179,9 @@ COPY_DATAFILES_TO_BLDDIR() CLEAN_DATAFILES_AND_BLDDIR() { - $RM $BLDDIR/examples.groups.H5Ex_G_*.txt - $RM $BLDDIR/H5Ex_G_*.out - $RM $BLDDIR/H5Ex_G_*.h5 - $RM $BLDDIR/h5ex_g_*.h5 - SDIR=`$DIRNAME $tstfile` - INODE_SDIR=`$LS -i -d $SDIR | $AWK -F' ' '{print $1}'` - INODE_DDIR=`$LS -i -d $BLDDIR | $AWK -F' ' '{print $1}'` - if [ "$INODE_SDIR" != "$INODE_DDIR" ]; then SDIR=`$DIRNAME $tstfile` - $RM $BLDDIR/h5ex_g_iterate.h5 - $RM $BLDDIR/h5ex_g_visit.h5 - fi + $RM $BLDDIR/examples.groups.H5Ex_G_*.txt + $RM $BLDDIR/H5Ex_G_*.out + $RM $BLDDIR/H5Ex_G_*.h5 } COPY_ITERFILES="$LIST_ITER_FILES" |
