Skip to content

Commit

Permalink
Fix env vars in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aliok authored Oct 21, 2020
1 parent ecdd037 commit e33979e
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 @@ -38,7 +38,7 @@ test-e2e:

# Run E2E tests from the current repo for serving+eventing+knativeKafka
test-e2e-with-kafka:
$INSTALL_KAFKA=true $TEST_KNATIVE_KAFKA=true ./test/e2e-tests.sh
INSTALL_KAFKA=true TEST_KNATIVE_KAFKA=true ./test/e2e-tests.sh

# Run both unit and E2E tests from the current repo.
test-operator: test-unit test-e2e
Expand Down

0 comments on commit e33979e

Please sign in to comment.