test-server.sh: move under tools

This commit is contained in:
Antoine Martin 2024-09-17 15:00:22 -04:00
parent b468943328
commit d0dc2ae971
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
3 changed files with 11 additions and 7 deletions

View file

@ -101,7 +101,7 @@ timezone: :/etc/localtime
# regexp of normally excluded files to include
#include: ^\.htaccess$
# regexp of files that should be skipped
#exclude: ^(*\.private|Makefile)$
exclude: ^(tools/.*|)$
# specifies the characters that are allowed in source filenames
wiki_file_chars: -[:alnum:]+/.:_
# allow symlinks in the path leading to the srcdir (potentially insecure)