From 9b209e5020dd3bdfcf55c4f1ae84bed0defa27b5 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Thu, 9 Jul 2020 10:35:42 +0200 Subject: [PATCH] tests/warn_conflict: fix python test script --- tests/warn_conflict/tests/01-make.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/warn_conflict/tests/01-make.py b/tests/warn_conflict/tests/01-make.py index a82a2b2614..13c8cd2010 100755 --- a/tests/warn_conflict/tests/01-make.py +++ b/tests/warn_conflict/tests/01-make.py @@ -26,7 +26,7 @@ def testfunc(): try: if BOARD == 'stm32f4discovery': child.expect_exact('\x1b[1;33mThe following features may conflict:' - '\x1b[0m \x1b[1;32mperiph_dac periph_spi\x1b[0m') + '\x1b[0m periph_dac periph_spi') child.expect_exact('\x1b[1;33mRationale: ' '\x1b[0mOn stm32f4discovery boards there are ' 'the same pins for the DAC and/or SPI_0.')