summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-12-11 14:43:54 +0700
committerhathach <[email protected]>2023-12-11 14:43:54 +0700
commitc8291168301b597f586d15510c780a9bdb8d0e69 (patch)
treede9228aef94af7a7e385aa9e62a66a6d5436136c /test
parent3689c4c60400d95178063199e713b9dc1405a199 (diff)
extract artifacts to same folder structure as ci build
Diffstat (limited to 'test')
-rw-r--r--test/hil/hil_test.py8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/hil/hil_test.py b/test/hil/hil_test.py
index a6932cfcc..1b1349fb8 100644
--- a/test/hil/hil_test.py
+++ b/test/hil/hil_test.py
@@ -304,14 +304,10 @@ def main(config_file, board):
test_list.remove(skip)
for test in test_list:
+ # cmake, make
fw_list = [
- # cmake build
f'cmake-build/cmake-build-{item["name"]}/device/{test}/{test}.elf',
- # make build
- f'examples/device/{test}/_build/{item["name"]}/{test}.elf',
- # artifacts: esp32 use bin file
- f'device/{test}/{test}.elf'
- f'device/{test}/{test}.bin'
+ f'examples/device/{test}/_build/{item["name"]}/{test}.elf'
]
fw = None