From 615af97043cbc822f65fa4deb361ee24a530604b Mon Sep 17 00:00:00 2001 From: Přemysl Eric Janouch
Date: Sat, 21 Dec 2024 10:49:20 +0100 Subject: Add a sync option to exclude paths by regexp --- test.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'test.sh') diff --git a/test.sh b/test.sh index 2f12d07..89db5f4 100755 --- a/test.sh +++ b/test.sh @@ -16,6 +16,9 @@ sha1duplicate=$sha1 cp $input/Test/dhash.png \ $input/Test/multiple-paths.png +gen -seed 15 -size 256x256 plasma:fractal \ + $input/Test/excluded.png + gen -seed 20 -size 160x128 plasma:fractal \ -bordercolor transparent -border 64 \ $input/Test/transparent-wide.png @@ -36,7 +39,7 @@ gen $input/Test/animation-small.gif \ $input/Test/video.mp4 ./gallery init $target -./gallery sync $target $input "$@" +./gallery sync -exclude '/excluded[.]' $target $input "$@" ./gallery thumbnail $target ./gallery dhash $target ./gallery tag $target test "Test space" <<-END @@ -47,7 +50,7 @@ END # TODO: Test all the various possible sync transitions. mv $input/Test $input/Plasma -./gallery sync $target $input +./gallery sync -exclude '/excluded[.]' $target $input ./gallery web $target :8080 & web=$! -- cgit v1.2.3-70-g09d2