We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88ad739 commit e419aa1Copy full SHA for e419aa1
test/commander_test.py
@@ -1,5 +1,5 @@
1
# pyOCD debugger
2
-# Copyright (c) 2020 Arm Limited
+# Copyright (c) 2020,2025 Arm Limited
3
# Copyright (c) 2021 Chris Reed
4
# SPDX-License-Identifier: Apache-2.0
5
#
@@ -94,6 +94,7 @@ def commander_test(board_id):
94
args.script = None
95
args.no_config = False
96
args.pack = None
97
+ args.cbuild_run = None
98
args.unique_id = board_id
99
args.target_override = None
100
args.elf = GDB_TEST_ELF
0 commit comments