Skip to content

Commit

Permalink
fix libbeat stress-tests (#37873)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3912c08)
  • Loading branch information
sharbuz authored and mergify[bot] committed Feb 6, 2024
1 parent 1fa124e commit 2a401ee
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 2a401ee

Please sign in to comment.