[svn-r29513] Only delete the copied and generated test files.
This commit is contained in:
@@ -159,16 +159,8 @@ COPY_DATAFILES_TO_BLDDIR()
|
||||
|
||||
CLEAN_DATAFILES_AND_BLDDIR()
|
||||
{
|
||||
# skip rm if srcdir is same as destdir
|
||||
# this occurs when build/test performed in source dir and
|
||||
# make cp fail
|
||||
SDIR=`$DIRNAME $HDFTEST_HOME/../testfiles/examples.datasets.H5Ex_D_Alloc.txt`
|
||||
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
|
||||
$RM $BLDDIR/*.txt
|
||||
$RM $BLDDIR/*.out
|
||||
fi
|
||||
$RM $BLDDIR/examples.datasets.H5Ex_D_*.txt
|
||||
$RM $BLDDIR/H5Ex_D_*.out
|
||||
}
|
||||
|
||||
# Print a line-line message left justified in a field of 70 characters
|
||||
|
||||
Reference in New Issue
Block a user