mirror of
https://github.com/AdguardTeam/AdguardFilters.git
synced 2026-08-29 12:14:41 +00:00
Test
This commit is contained in:
@@ -60,11 +60,11 @@ git:
|
||||
# Filters directory settings
|
||||
filtersdir:
|
||||
repoPath: ".." # path to filters directory (for debugging, will be changed to ".." for production)
|
||||
filterDirPattern: "TurkishFilter" # directories ending with "Filter"
|
||||
filterDirPattern: "*Filter" # directories ending with "Filter"
|
||||
filePattern: "*.txt"
|
||||
|
||||
# Test filters directory settings
|
||||
filtersdir_test:
|
||||
repoPath: "TestFilters" # path to test filters directory
|
||||
filterDirPattern: "TestFilter" # directories ending with "Filter"
|
||||
filePattern: "testfilter.txt" # only this specific test file
|
||||
repoPath: ".." # path to test filters directory
|
||||
filterDirPattern: "*Filter" # directories ending with "Filter"
|
||||
filePattern: "*.txt" # only this specific test file
|
||||
Reference in New Issue
Block a user