summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-11-27 11:35:21 +0700
committerhathach <[email protected]>2024-11-27 11:35:21 +0700
commit9e4b855e5309976ead84d6cc65288e0e03f27ba5 (patch)
treeffafa08ced0e49dfb3930ef9b96a8c4f8fd5208b /test
parent453d69517b8f7f019ac855531e9e433d9d158f37 (diff)
minor clean up
Diffstat (limited to 'test')
-rwxr-xr-xtest/hil/hil_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index f125c0d28..a9f5dc1e1 100755
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -549,7 +549,7 @@ def test_board(board):
for f1 in flags_on_list:
f1_str = ""
if f1 != "":
- f1_str = '-' + f1.replace(' ', '-')
+ f1_str = '-f1_' + f1.replace(' ', '_')
for test in test_list:
fw_dir = f'{TINYUSB_ROOT}/cmake-build/cmake-build-{name}{f1_str}/{test}'
if not os.path.exists(fw_dir):