Skip to content

Commit

Permalink
tests: restore some old paths as symbolic links (#2050)
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanNardi authored Jul 16, 2023
1 parent 5267858 commit 09548bb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/pcap
1 change: 1 addition & 0 deletions tests/result
2 changes: 1 addition & 1 deletion utils/verify_dist_tarball.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env sh

EXCLUDE_PATTERN="(.*\.m4$|Makefile$|Makefile\.in$|utils/verify_dist_tarball\.sh|^packages/debian/.*|^packages/debian|^test-driver|^config\.guess|^config\.sub|^compile|^configure|/|depcomp|.gitattributes|.gitignore|install-sh|ltmain.sh|missing|src/include/ndpi_config\.h\.in)$"
EXCLUDE_PATTERN="(.*\.m4$|Makefile$|Makefile\.in$|utils/verify_dist_tarball\.sh|^packages/debian/.*|^packages/debian|^test-driver|^config\.guess|^config\.sub|^compile|^configure|/|depcomp|.gitattributes|.gitignore|install-sh|ltmain.sh|missing|src/include/ndpi_config\.h\.in|tests/pcap|tests/result)$"

set -x
set -e
Expand Down

0 comments on commit 09548bb

Please sign in to comment.