run_tests: EXTERNAL_TARGETS can't run in parallel
This commit is contained in:
parent
c1cd259529
commit
0dfc3be903
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user