mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-09 04:15:52 +00:00
Fix nested run in vbox5_genode_usb_hid_raw
Since "Consolidate USB test run-scripts" usb_hid_raw.run depends on depot archives. Therefore, '--depot-dir' and '--depot-user' must be passed to the nested run tool to cover cases that customize the depot (e.g., our nightly CI). Issue #4511
This commit is contained in:
parent
aea993b96a
commit
f4dabf08e2
@ -243,6 +243,8 @@ exec -ignorestderr \
|
||||
--specs "$specs" \
|
||||
--board "$board_var" \
|
||||
--repositories "$repositories" \
|
||||
--depot-dir [depot_dir] \
|
||||
--depot-user [depot_user] \
|
||||
--cross-dev-prefix "[cross_dev_prefix]" \
|
||||
--include boot_dir/nova \
|
||||
--include image/iso \
|
||||
|
Loading…
x
Reference in New Issue
Block a user