Skip to content

Commit

Permalink
test: Ensure to build promtool/prometheus for pure Go e2e tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Feb 4, 2025
1 parent 6009b56 commit 1dff536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ update_testdata:

ifeq ($(CGO_BUILD), 0)
.PHONY: test-e2e
test-e2e: build pkg/collector/testdata/sys/.unpacked pkg/collector/testdata/proc/.unpacked
test-e2e: $(PROMTOOL) build pkg/collector/testdata/sys/.unpacked pkg/collector/testdata/proc/.unpacked
@echo ">> running end-to-end tests"
./scripts/e2e-test.sh -s exporter-cgroups-v1
./scripts/e2e-test.sh -s exporter-cgroups-v1-memory-subsystem
Expand Down

0 comments on commit 1dff536

Please sign in to comment.