Skip to content

Commit 65bf2bf

Browse files
t-lokrnowak
andcommitted
Update run_local_tests.sh: improve quoting
Co-authored-by: Krzesimir Nowak <knowak@microsoft.com>
1 parent 6dd2f20 commit 65bf2bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

run_local_tests.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ function set_vars() {
5151
# Read by the mantle container.
5252
# The local directory ("pwd") will be mounted to /work/ in the container.
5353
cat > sdk_container/.env <<EOF
54-
export QEMU_IMAGE_NAME="/work/__build__/images/images/${arch}-usr/latest/flatcar_production_image.bin"
55-
export QEMU_UEFI_BIOS="/work/__build__/images/images/${arch}-usr/latest/flatcar_production_qemu_uefi_efi_code.fd"
56-
export QEMU_UPDATE_PAYLOAD="/work/__build__/images/images/${arch}-usr/latest/flatcar_test_update.gz"
57-
export PARALLEL_TESTS=${parallel}
54+
export QEMU_IMAGE_NAME=/work/__build__/images/images/${arch@Q}-usr/latest/flatcar_production_image.bin
55+
export QEMU_UEFI_BIOS=/work/__build__/images/images/${arch@Q}-usr/latest/flatcar_production_qemu_uefi_efi_code.fd
56+
export QEMU_UPDATE_PAYLOAD=/work/__build__/images/images/${arch@Q}-usr/latest/flatcar_test_update.gz
57+
export PARALLEL_TESTS=${parallel@Q}
5858
EOF
5959

6060
export MAX_RETRIES=5

0 commit comments

Comments
 (0)