diff --git a/main.go b/main.go index 505b5085..ff22663c 100644 --- a/main.go +++ b/main.go @@ -225,6 +225,8 @@ func run(ctx context.Context, wg *sync.WaitGroup, globalCollectionOpts state.Col if globalCollectionOpts.DiscoverLogLocation { selfhosted.DiscoverLogLocation(ctx, servers, globalCollectionOpts, logger) + testRunSuccess = make(chan bool, 1) + testRunSuccess <- true return }