We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e12d5b5 commit 3912c08Copy full SHA for 3912c08
libbeat/scripts/Makefile
@@ -46,7 +46,7 @@ export PATH := ./bin:$(PATH)
46
GOFILES = $(shell find . -type f -name '*.go' 2>/dev/null)
47
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*" 2>/dev/null)
48
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)
+GOPACKAGES_STRESSTESTS=$(shell find . -type d \( -name "stress" \) 2>/dev/null)
50
SHELL=bash
51
ES_HOST?=elasticsearch
52
ES_PORT?=9200
0 commit comments