Skip to content

Commit 502c9bd

Browse files
committed
updated build script
1 parent 81850fb commit 502c9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build_azl3_arm_raw.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ build_azl3_raw_image() {
243243
echo "AZL3 raw Image build passed."
244244
if [ "$RUN_QEMU_TESTS" = true ]; then
245245
echo "Running QEMU boot test for AZL3 raw image..."
246-
if run_qemu_boot_test "azl3-aarch64-edge-raw"; then
246+
if run_qemu_boot_test "azl3-aarch64-edge"; then
247247
echo "QEMU boot test PASSED for AZL3 raw image"
248248
else
249249
echo "QEMU boot test FAILED for AZL3 raw image"

0 commit comments

Comments
 (0)