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.
This commit is contained 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"
|
||||
|
||||
Reference in New Issue
Block a user