Fix tests: split core package into core and base

This commit is contained in:
Daniel
2020-05-02 13:24:31 +02:00
parent 3ce67133e4
commit f4b8ad7d7c
10 changed files with 51 additions and 38 deletions

View File

@@ -33,7 +33,7 @@ var (
func init() {
ignoreNetEnvEvents.Set()
module = modules.Register("filterlists", prep, start, stop, "core")
module = modules.Register("filterlists", prep, start, stop, "base", "updates")
}
func prep() error {

View File

@@ -12,7 +12,7 @@ var (
)
func init() {
module = modules.Register("geoip", prep, nil, nil, "core")
module = modules.Register("geoip", prep, nil, nil, "base", "updates")
}
func prep() error {