Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: drop --interactive in non-interactive docker sessions
With a self-hosted runner we get the following classic error when calling `make test-unit`: make[1]: Entering directory '/home/runner/_work/infix/infix/buildroot' /home/runner/_work/infix/infix/test/env /home/runner/_work/infix/infix/test/9pm/9pm.py /home/runner/_work/infix/infix/test/case/all-repo.yaml /home/runner/_work/infix/infix/test/case/all-unit.yaml the input device is not a TTY make[2]: *** [/home/runner/_work/infix/infix/board/x86_64/board.mk:14: test-unit] Error 1 This patch drops interactive from all non-interactive docker sessions. Signed-off-by: Joachim Wiberg <[email protected]>
- Loading branch information