File tree Expand file tree Collapse file tree 3 files changed +2
-5
lines changed
Expand file tree Collapse file tree 3 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 6161 key : commitizen-${{ github.event.pull_request.number }}-${{ github.sha }}
6262 - name : Run E2E test
6363 run : |
64- GOPATH=~/go make e2e NO_TTY=1
64+ GOPATH=~/go make e2e
Original file line number Diff line number Diff line change @@ -24,8 +24,6 @@ Options:
2424 This option is available when using: make release
2525 V Set to 1 enable verbose build. Default is 0.
2626 DEBUG Whether to generate debug symbols. Default is 0.
27- NO_TTY Make sure that the TTY (terminal) is never used for
28- any output. Default is 0.
2927endef
3028export USAGE_OPTIONS
3129
Original file line number Diff line number Diff line change 1414
1515GINKGO := $(shell go env GOPATH) /bin/ginkgo
1616CLI ?= $(OUTPUT_DIR ) /commitizen
17- NO_TTY ?= 0
1817
1918.PHONY : test.cover
2019test.cover :
@@ -25,4 +24,4 @@ test.cover:
2524.PHONY : test.e2e
2625test.e2e : tools.verify.ginkgo
2726 @echo " ===========> Run e2e test, CLI: $( CLI) "
28- @$(GINKGO ) -v $(REPO_ROOT ) /test/e2e -- -cli=$(CLI ) -no-tty= $( NO_TTY )
27+ @$(GINKGO ) -v $(REPO_ROOT ) /test/e2e -- -cli=$(CLI )
You can’t perform that action at this time.
0 commit comments