File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,6 +115,11 @@ ARG GIT_BRANCH="special/CI_development"
115115# Ensure that the TERM environment variable is set
116116ENV TERM=${TERM:-xterm}
117117
118+ # Monkeypatch BATS to remove duplicate output of starting and finished test
119+ # BATS uses ANSI escape codes to overwrite the line after the test has finished
120+ # This is not supported by Github Actions as it does not provide a TTY to the docker build container
121+ RUN sed -i '/buffer_with_truncation /d' /bats-core/libexec/bats-core/bats-format-pretty
122+
118123# Test compile FTL's development branch, the result is removed from the final container
119124# Run the full test suite to ensure that the container is still capable of running the tests
120125RUN git clone https://github.com/pi-hole/FTL.git --branch "${GIT_BRANCH}" \
You can’t perform that action at this time.
0 commit comments