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:
Christian Helmuth 2022-05-30 09:38:15 +02:00
parent aea993b96a
commit f4dabf08e2

View File

@ -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 \