Merge pull request #14474 from aabadie/pr/tests/warn_conflict_fix_test

tests/warn_conflict: fix python test script
This commit is contained in:
Martine Lenders 2020-07-09 11:13:07 +02:00 committed by GitHub
commit c02a8e4c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.')