Skip to content

Commit 3912c08

Browse files
authored
fix libbeat stress-tests (#37873)
1 parent e12d5b5 commit 3912c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libbeat/scripts/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export PATH := ./bin:$(PATH)
4646
GOFILES = $(shell find . -type f -name '*.go' 2>/dev/null)
4747
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*" 2>/dev/null)
4848
GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go' 2>/dev/null)
49-
GOPACKAGES_STRESSTESTS=$(shell find . -name '*.go' 2>/dev/null | xargs grep -l '\+build.*stresstest' | xargs -n1 dirname | uniq)
49+
GOPACKAGES_STRESSTESTS=$(shell find . -type d \( -name "stress" \) 2>/dev/null)
5050
SHELL=bash
5151
ES_HOST?=elasticsearch
5252
ES_PORT?=9200

0 commit comments

Comments
 (0)