Skip to content

Commit e419aa1

Browse files
committed
test: commander: add cbuild_run argument
1 parent 88ad739 commit e419aa1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/commander_test.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# pyOCD debugger
2-
# Copyright (c) 2020 Arm Limited
2+
# Copyright (c) 2020,2025 Arm Limited
33
# Copyright (c) 2021 Chris Reed
44
# SPDX-License-Identifier: Apache-2.0
55
#
@@ -94,6 +94,7 @@ def commander_test(board_id):
9494
args.script = None
9595
args.no_config = False
9696
args.pack = None
97+
args.cbuild_run = None
9798
args.unique_id = board_id
9899
args.target_override = None
99100
args.elf = GDB_TEST_ELF

0 commit comments

Comments
 (0)