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:
hsc
2012-06-12 15:13:12 +00:00
parent 031c7fc749
commit 5f3df24cf5

View File

@ -39,7 +39,7 @@ fi
for h in $FAIL_DISTRIBUTE_HOSTS
do
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
wait