Conversation
add_bind_mount was run in subshell so changes to e.g. DOCKER_ARGS were not visible after finishing Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
ff6e065 to
0ad48b4
Compare
|
Not sure what's happening with tests. For some reason it changes I guess it's because |
It smells like it might be related to: https://github.com/Dasharo/dcu/blob/main/test/approve#L23 - maybe a bug with configuration on our side or with the approval tool? Any ideas @philipandag ? |
The testing environment we use allows replacing every occurrence of a given string with
It will look like that only in tests to prevent the full absolute path from being compared across separate runs. This behavior has to be enabled on every test case separately: The |
|
@philipandag You are right, when I redirected $ ../dcuc logo ./data/work/protectli_vault_cml_v1.2.0-rc1_vp46xx.rom -l ./data/work/bootsplash.bmp
Setting /bootsplash.bmp as custom logo
Success |
Signed-off-by: Michał Iwanicki <michal.iwanicki@3mdeb.com>
|
Didn't see that |
|
@macpijan I added you as reviewer, as I don't think Krystian will review this. |
add_bind_mount was run in subshell so changes to e.g. DOCKER_ARGS were not visible after finishing