Эх сурвалжийг харах

integration-test: script with more verbosity

Philipp Schuster 1 жил өмнө
parent
commit
40bb2ea5c3

+ 2 - 1
integration-test/tests/multiboot2/build_img.sh

@@ -25,4 +25,5 @@ cp grub.cfg .vol/boot/grub
 cp "$MULTIBOOT2_PAYLOAD_PATH" .vol
 
 # Create a GRUB image with the files in ".vol" being embedded.
-grub-mkrescue -o "grub_boot.img" ".vol" 2>/dev/null
+echo "Creating bootable image..."
+grub-mkrescue -o "grub_boot.img" ".vol"