Skip to content

Commit 1939c14

Browse files
author
Mladen Rusev
committed
absolute path
1 parent 15bf6ec commit 1939c14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

make/02_mod.mk

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ shared_generate_targets += generate-crds-venconn
5151
## See `hack/e2e/test.sh` for the full test script.
5252
## @category Testing
5353
test-e2e-gke:
54-
./hack/e2e/test.sh
54+
@ls -A $(CURDIR)/hack/e2e
55+
$(CURDIR)/hack/e2e/test.sh
5556

5657
.PHONY: test-helm
5758
## Run `helm unittest`.

0 commit comments

Comments
 (0)