Merge pull request #14474 from aabadie/pr/tests/warn_conflict_fix_test
tests/warn_conflict: fix python test script
This commit is contained in:
commit
c02a8e4c3b
@ -26,7 +26,7 @@ def testfunc():
|
|||||||
try:
|
try:
|
||||||
if BOARD == 'stm32f4discovery':
|
if BOARD == 'stm32f4discovery':
|
||||||
child.expect_exact('\x1b[1;33mThe following features may conflict:'
|
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: '
|
child.expect_exact('\x1b[1;33mRationale: '
|
||||||
'\x1b[0mOn stm32f4discovery boards there are '
|
'\x1b[0mOn stm32f4discovery boards there are '
|
||||||
'the same pins for the DAC and/or SPI_0.')
|
'the same pins for the DAC and/or SPI_0.')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user