From 1555d24ef96a7f330e400412533762361eb0946c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Tue, 4 Nov 2025 10:24:00 +0000 Subject: [PATCH] test fixes --- testing/test.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/testing/test.sh b/testing/test.sh index ec01ff638..f0d61d9ad 100644 --- a/testing/test.sh +++ b/testing/test.sh @@ -53,12 +53,15 @@ capture_file_list() { -not -path '*/sys/*' \ -not -path '*/dev/*' \ -not -path '/config/*' \ + -not -path '/configs/scripts/python/*' \ -not -path '/logs/*' \ -not -path '*/home/stirlingpdfuser/.config/libreoffice/*' \ -not -path '*/home/stirlingpdfuser/.pdfbox.cache' \ -not -path '*/tmp/stirling-pdf/PDFBox*' \ -not -path '*/tmp/stirling-pdf/hsperfdata_stirlingpdfuser/*' \ -not -path '*/tmp/hsperfdata_stirlingpdfuser/*' \ + -not -path '/tmp/stirling-pdf/jetty-*' \ + -not -path '/tmp/stirling-pdf/jetty-*/*' \ -not -path '*/tmp/stirling-pdf/lu*' \ -not -path '*/tmp/stirling-pdf/tmp*' \ 2>/dev/null | xargs -I{} sh -c 'stat -c \"%n %s %Y\" \"{}\" 2>/dev/null || true' | sort" > "$output_file" @@ -74,12 +77,15 @@ capture_file_list() { -not -path '*/sys/*' \ -not -path '*/dev/*' \ -not -path '/config/*' \ + -not -path '/configs/scripts/python/*' \ -not -path '/logs/*' \ -not -path '*/home/stirlingpdfuser/.config/libreoffice/*' \ -not -path '*/home/stirlingpdfuser/.pdfbox.cache' \ -not -path '*/tmp/PDFBox*' \ -not -path '*/tmp/hsperfdata_stirlingpdfuser/*' \ -not -path '*/tmp/stirling-pdf/hsperfdata_stirlingpdfuser/*' \ + -not -path '/tmp/stirling-pdf/jetty-*' \ + -not -path '/tmp/stirling-pdf/jetty-*/*' \ -not -path '*/tmp/lu*' \ -not -path '*/tmp/tmp*' \ 2>/dev/null | sort" > "$output_file"