Skip to content

Commit

Permalink
ci: use explicit path
Browse files Browse the repository at this point in the history
This may be a regression from the virtiofs work.
  • Loading branch information
cgwalters committed Sep 19, 2023
1 parent 1292b7d commit ffbe10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e-update/e2e-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ EOF
runv butane -o ${testtmp}/test.ign ${testtmp}/test.bu
cd ${testtmp}
qemuexec_args=(kola qemuexec --propagate-initramfs-failure --qemu-image "${prev_image}" --qemu-firmware uefi \
-i test.ign --bind-ro ${COSA_DIR},/run/cosadir --bind-ro ${bootupd_git},/run/bootupd-source --bind-rw .,/run/testtmp)
-i test.ign --bind-ro ${COSA_DIR},/run/cosadir --bind-ro ${bootupd_git},/run/bootupd-source --bind-rw ${testtmp},/run/testtmp)
if test -n "${e2e_debug:-}"; then
runv ${qemuexec_args[@]} --devshell
else
Expand Down

0 comments on commit ffbe10c

Please sign in to comment.