tests/turo: Remove OUTPUT_FORMAT and use default

This commit is contained in:
MrKevinWeiss 2021-10-22 17:20:09 +02:00
parent 5a66307314
commit 56cb210722
No known key found for this signature in database
GPG Key ID: 3514539D7808D123
2 changed files with 2 additions and 4 deletions

View File

@ -1,9 +1,7 @@
include ../Makefile.tests_common
OUTPUT_FORMAT ?= json
USEMODULE += test_utils_result_output_${OUTPUT_FORMAT}
USEMODULE += test_utils_result_output
USEMODULE += shell
USEMODULE += fmt
# Use a terminal that does not introduce extra characters into the stream.
RIOT_TERMINAL ?= socat

View File

@ -1,3 +1,3 @@
CONFIG_MODULE_FMT=y
CONFIG_MODULE_SHELL=y
CONFIG_MODULE_TEST_UTILS_RESULT_OUTPUT_JSON=y
CONFIG_MODULE_TEST_UTILS_RESULT_OUTPUT=y