tests/turo: Remove OUTPUT_FORMAT and use default
This commit is contained in:
parent
5a66307314
commit
56cb210722
@ -1,9 +1,7 @@
|
|||||||
include ../Makefile.tests_common
|
include ../Makefile.tests_common
|
||||||
|
|
||||||
OUTPUT_FORMAT ?= json
|
USEMODULE += test_utils_result_output
|
||||||
USEMODULE += test_utils_result_output_${OUTPUT_FORMAT}
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += fmt
|
|
||||||
|
|
||||||
# Use a terminal that does not introduce extra characters into the stream.
|
# Use a terminal that does not introduce extra characters into the stream.
|
||||||
RIOT_TERMINAL ?= socat
|
RIOT_TERMINAL ?= socat
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
CONFIG_MODULE_FMT=y
|
CONFIG_MODULE_FMT=y
|
||||||
CONFIG_MODULE_SHELL=y
|
CONFIG_MODULE_SHELL=y
|
||||||
CONFIG_MODULE_TEST_UTILS_RESULT_OUTPUT_JSON=y
|
CONFIG_MODULE_TEST_UTILS_RESULT_OUTPUT=y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user