Fix tests: split core package into core and base
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user