tools: tests: remove implicit run-time dependency on ncurses
authorKent Gibson <warthog618@gmail.com>
Mon, 12 Jun 2023 02:56:42 +0000 (10:56 +0800)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 12 Jun 2023 18:53:38 +0000 (20:53 +0200)
commit5582e0c8e882420452a9cea3eab67e6b02575ceb
tree5f24d4d4550cd1c4cf29b09a28759cf0251ac55d
parent6e1d44723805850395c80e2b1aed7c8840451209
tools: tests: remove implicit run-time dependency on ncurses

bats has an implicit depencency on ncurses, as I found when trying to
run the tests on a minimal install that lacked ncurses. Rather than make
the dependency explicit, force the output formatting to use the TAP
format which does not require ncurses.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
tools/gpio-tools-test