# HG changeset patch # User Anton Shestakov # Date 1686178419 10800 # Node ID 4ff6ed433ab2aa73da62d58771d0b5bb369ae22b # Parent e36883d8810802c979615d0f5f9f4831508f5f33 tests: split file list into tests and other files for checking sdist target 150 + 213 is 363, as expected, but now we have two groups of files, and we can apply different checks to each of them. diff -r e36883d88108 -r 4ff6ed433ab2 tests/test-check-sdist.t --- a/tests/test-check-sdist.t Thu May 25 00:52:54 2023 +0200 +++ b/tests/test-check-sdist.t Wed Jun 07 19:53:39 2023 -0300 @@ -34,8 +34,12 @@ hg-evolve-*.tar.gz (glob) $ tar -tzf hg-evolve-*.tar.gz | sed 's|^hg-evolve-[^/]*/||' | sort > files - $ wc -l files - 363 files + $ egrep '^tests/test-.*\.(t|py)$' files > test-files + $ egrep -v '^tests/test-.*\.(t|py)$' files > other-files + $ wc -l other-files + 150 other-files + $ wc -l test-files + 213 test-files $ fgrep debian files tests/test-check-debian.t $ fgrep __init__.py files