Skip to content

Commit 40bb2ea

Browse files
committed
integration-test: script with more verbosity
1 parent 7a0d6a2 commit 40bb2ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-test/tests/multiboot2/build_img.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ cp grub.cfg .vol/boot/grub
2525
cp "$MULTIBOOT2_PAYLOAD_PATH" .vol
2626

2727
# Create a GRUB image with the files in ".vol" being embedded.
28-
grub-mkrescue -o "grub_boot.img" ".vol" 2>/dev/null
28+
echo "Creating bootable image..."
29+
grub-mkrescue -o "grub_boot.img" ".vol"

0 commit comments

Comments
 (0)