Browse Source

Tools: put UART_chargen in skip list

zr-v5.1
Pierre Kancir 4 years ago committed by Andrew Tridgell
parent
commit
ecc89411f9
  1. 3
      Tools/autotest/examples.py

3
Tools/autotest/examples.py

@ -63,7 +63,8 @@ def run_examples(debug=False, valgrind=False, gdb=False): @@ -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…
Cancel
Save