don't distribute core dumps
git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1330 8c4709b5-6ec9-48aa-a5cd-a96041d1645a
This commit is contained in:
@ -39,7 +39,7 @@ fi
|
|||||||
for h in $FAIL_DISTRIBUTE_HOSTS
|
for h in $FAIL_DISTRIBUTE_HOSTS
|
||||||
do
|
do
|
||||||
echo Distributing to $h ...
|
echo Distributing to $h ...
|
||||||
rsync -az --partial --delete . $h:"$FAIL_EXPERIMENT_TARGETDIR" &
|
rsync -az --partial --delete --delete-excluded --exclude=core . $h:"$FAIL_EXPERIMENT_TARGETDIR" &
|
||||||
done
|
done
|
||||||
|
|
||||||
wait
|
wait
|
||||||
|
|||||||
Reference in New Issue
Block a user