Skip to content

Commit 1914d54

Browse files
committed
nothing pretty here
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent 6022357 commit 1914d54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/bats/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,6 @@ DOCKER_RUN_FLAGS :=
6565
ifeq ($(CI),)
6666
DOCKER_RUN_FLAGS += -it
6767
else
68-
DOCKER_RUN_FLAGS += "--env"
69-
DOCKER_RUN_FLAGS += "TERM=xterm-256color"
7068
TMPDIR="."
7169
endif
7270

@@ -116,7 +114,6 @@ tests: image
116114
--print-output-on-failure \
117115
--no-tempdir-cleanup \
118116
--timing \
119-
--formatter pretty \
120117
--abort \
121118
tests/bats/test_basics.bats \
122119
tests/bats/tests.bats \

0 commit comments

Comments
 (0)