Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Sep 6, 2024
1 parent f288ddc commit b3ad2b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,9 @@ TOOLS_BIN_NAMES := $(addprefix .tools/, $(notdir $(TOOLS_PKG_NAMES)))
.PHONY: install-tools
install-tools: $(TOOLS_BIN_NAMES)

GOJUNIT = .tools/go-junit-report

.PHONY: gomoddownload
gomoddownload:
./perform_gomod.sh
ls -la $(GOJUNIT)
export GOJUNIT=$(GOJUNIT) ./perform_gomod.sh
3 changes: 0 additions & 3 deletions internal/testbed/load/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
GOJUNIT = .tools/go-junit-report

.PHONY: run-tests
run-tests:
ls -la $(GOJUNIT)
GOJUNIT=$(GOJUNIT) ./runtests.sh

0 comments on commit b3ad2b2

Please sign in to comment.