mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 02:53:52 +01:00
tools/compile_like_murdock: Fix default board case...
This commit is contained in:
parent
50cd32fbbf
commit
f3dea757e9
@ -269,7 +269,7 @@ def main():
|
|||||||
if args.cpu:
|
if args.cpu:
|
||||||
target_boards = _supported_boards_from_cpu(args.cpu, full_env,
|
target_boards = _supported_boards_from_cpu(args.cpu, full_env,
|
||||||
test_dir)
|
test_dir)
|
||||||
elif args.boards[0] == "all":
|
elif args.boards and args.boards[0] == "all":
|
||||||
target_boards = _supported_boards(boards, full_env, test_dir, True)
|
target_boards = _supported_boards(boards, full_env, test_dir, True)
|
||||||
else:
|
else:
|
||||||
target_boards = _supported_boards(boards, full_env, test_dir,
|
target_boards = _supported_boards(boards, full_env, test_dir,
|
||||||
|
|||||||
0
dist/tools/compile_test/tests/run.py
vendored
Normal file
0
dist/tools/compile_test/tests/run.py
vendored
Normal file
Loading…
x
Reference in New Issue
Block a user