Skip to content

Commit

Permalink
fix libbeat stress-tests (#37873)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharbuz authored Feb 6, 2024
1 parent e12d5b5 commit 3912c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export PATH := ./bin:$(PATH)
GOFILES = $(shell find . -type f -name '*.go' 2>/dev/null)
GOFILES_NOVENDOR = $(shell find . -type f -name '*.go' -not -path "*/vendor/*" 2>/dev/null)
GOFILES_ALL = $(GOFILES) $(shell find $(ES_BEATS) -type f -name '*.go' 2>/dev/null)
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)
SHELL=bash
ES_HOST?=elasticsearch
ES_PORT?=9200
Expand Down

0 comments on commit 3912c08

Please sign in to comment.