Skip to content

Commit 109714a

Browse files
committed
Fixing the build log errors
1 parent de7b2e9 commit 109714a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/build_ubuntu24_arm_raw.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,15 +279,15 @@ build_ubuntu24_raw_image() {
279279
echo "QEMU boot test PASSED for Ubuntu 24 raw image"
280280
else
281281
echo "QEMU boot test FAILED for Ubuntu 24 raw image"
282-
echo "Build output:"
283-
echo "$output"
284282
exit 1
285283
fi
286284
# Clean up after QEMU test to free space
287285
cleanup_image_files raw
288286
fi
289287
else
290288
echo "Ubuntu 24 raw Image build failed."
289+
echo "Build output:"
290+
echo "$output"
291291
exit 1 # Exit with error if build fails
292292
fi
293293
}

0 commit comments

Comments
 (0)