From 5c75869e857b82eabb5c8b90bb7c261b717cc30a Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Mon, 14 Apr 2014 15:33:09 +0200 Subject: [PATCH] Fixup integration test script --- integration/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/integration/test.sh b/integration/test.sh index 1644ad47a..dd6599539 100755 --- a/integration/test.sh +++ b/integration/test.sh @@ -87,6 +87,7 @@ alterFiles() { todelete=$(( $nfiles - 2000 )) echo "Deleting $todelete files..." find . -type f \ + | grep -v large \ | sort -k 1.16 \ | head -n "$todelete" \ | xargs rm -f @@ -136,3 +137,4 @@ for ((t = 1; t <= $iterations; t++)) ; do testConvergence done +pkill syncthing