Skip to content

Commit

Permalink
[chore] fix testbed runner (#33711)
Browse files Browse the repository at this point in the history
This has been broken for some time as the definition of GOTEST was
removed

Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
codeboten committed Jun 21, 2024
1 parent 889cc4c commit 2c5413b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions testbed/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include ../Makefile.Common

GOTEST=$(GOCMD) test

.PHONY: list-tests
list-tests:
RUN_TESTBED=1 $(GOTEST) -v ./tests --test.list '.*' | grep "^Test"
Expand Down
2 changes: 1 addition & 1 deletion testbed/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ replace github.com/open-telemetry/opentelemetry-collector-contrib/receiver/syslo

replace github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver => ../receiver/zipkinreceiver

replace github.com/open-telemetry/opentelemetry-collector-contrib/testbed/mockdatasenders/mockdatadogagentexporter => ../testbed/mockdatasenders/mockdatadogagentexporter
replace github.com/open-telemetry/opentelemetry-collector-contrib/testbed/mockdatasenders/mockdatadogagentexporter => ./mockdatasenders/mockdatadogagentexporter

replace github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger => ../pkg/translator/jaeger

Expand Down

0 comments on commit 2c5413b

Please sign in to comment.