run_tests: EXTERNAL_TARGETS can't run in parallel

This commit is contained in:
Jeff Epler 2018-03-31 10:00:32 -05:00
parent c1cd259529
commit 0dfc3be903

View File

@ -495,6 +495,7 @@ def main():
EXTERNAL_TARGETS = ('pyboard', 'wipy', 'esp8266', 'minimal')
if args.target in EXTERNAL_TARGETS:
args.jobs = 1
import pyboard
pyb = pyboard.Pyboard(args.device, args.baudrate, args.user, args.password)
pyb.enter_raw_repl()