Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/warn_conflict: fix python test script #14474

Merged
merged 1 commit into from
Jul 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/warn_conflict/tests/01-make.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.')
Expand Down