mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
Tools: put UART_chargen in skip list
This commit is contained in:
parent
2953aa3748
commit
ecc89411f9
@ -63,7 +63,8 @@ def run_examples(debug=False, valgrind=False, gdb=False):
|
||||
skip = {
|
||||
"BARO_generic": "Most linux computers don't have baros...",
|
||||
"RCProtocolDecoder": "This assumes specific hardware is connected",
|
||||
"FlashTest": "https://github.com/ArduPilot/ardupilot/issues/14168"
|
||||
"FlashTest": "https://github.com/ArduPilot/ardupilot/issues/14168",
|
||||
"UART_chargen": "This nuke the term",
|
||||
}
|
||||
for afile in os.listdir(dirpath):
|
||||
if afile in skip:
|
||||
|
Loading…
Reference in New Issue
Block a user