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"