Skip to content

Commit

Permalink
Fix env variable for CA_CERT, debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mongey committed Dec 5, 2018
1 parent 88cff91 commit 21105a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ test:

testacc:
KAFKA_BOOTSTRAP_SERVER=localhost:9092 \
KAFKA_CACERT=../secrets/snakeoil-ca-1.crt \
KAFKA_CA_CERT=../secrets/snakeoil-ca-1.crt \
KAFKA_CLIENT_CERT=../secrets/kafkacat-ca1-signed.pem \
KAFKA_CLIENT_KEY=../secrets/kafkacat-raw-private-key.pem \
KAFKA_SKIP_VERIFY=true \
KAFKA_ENABLE_TLS=true \
TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m
TG_LOG=debug TF_ACC=1 go test $(TEST) -v $(TESTARGS) -timeout 120m

.PHONY: build test testacc

0 comments on commit 21105a3

Please sign in to comment.