Skip to content

Commit 1ffc7eb

Browse files
committed
Fixed Chainsaw test
Signed-off-by: Yuri Sa <[email protected]>
1 parent 8af8038 commit 1ffc7eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ generate: controller-gen
198198
# end-to-tests
199199
.PHONY: e2e
200200
e2e: chainsaw
201-
$(CHAINSAW) test --test-dir ./tests/e2e/ingress
201+
$(CHAINSAW) test --test-dir ./tests/e2e
202202

203203
# end-to-end-test for testing autoscale
204204
.PHONY: e2e-autoscale

0 commit comments

Comments
 (0)