]> git.ipfire.org Git - thirdparty/grub.git/commit
tests: Increase verbosity in *_test.in checks
authorLeo Sandoval <lsandova@redhat.com>
Fri, 19 Sep 2025 21:45:04 +0000 (15:45 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 6 Nov 2025 19:50:54 +0000 (20:50 +0100)
commitcdbc6ffbb85778fb843dadf97699884dc2447a5a
tree0c96e3f6eec83f40802f11d4ac07c6f024fb6b50
parentbf13fed5fee963a7ec676baecf02684310a07ddf
tests: Increase verbosity in *_test.in checks

In this case it does not hurt to increase bash execution verbosity so
we can get more insight in case of issues.

Signed-off-by: Leo Sandoval <lsandova@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
57 files changed:
tests/ahci_test.in
tests/asn1_test.in
tests/btrfs_test.in
tests/cdboot_test.in
tests/core_compress_test.in
tests/cpio_test.in
tests/ehci_test.in
tests/erofs_test.in
tests/example_scripted_test.in
tests/exfat_test.in
tests/ext234_test.in
tests/f2fs_test.in
tests/fat_test.in
tests/fddboot_test.in
tests/file_filter_test.in
tests/grub_cmd_date.in
tests/grub_cmd_regexp.in
tests/grub_cmd_set_date.in
tests/grub_cmd_sleep.in
tests/grub_cmd_test.in
tests/grub_func_test.in
tests/grub_script_blanklines.in
tests/grub_script_blockarg.in
tests/grub_script_dollar.in
tests/grub_script_expansion.in
tests/grub_script_final_semicolon.in
tests/grub_script_no_commands.in
tests/gzcompress_test.in
tests/hddboot_test.in
tests/help_test.in
tests/hfs_test.in
tests/hfsplus_test.in
tests/iso9660_test.in
tests/jfs_test.in
tests/luks1_test.in
tests/luks2_test.in
tests/lzocompress_test.in
tests/minixfs_test.in
tests/netboot_test.in
tests/nilfs2_test.in
tests/ntfs_test.in
tests/ohci_test.in
tests/partmap_test.in
tests/pata_test.in
tests/pseries_test.in
tests/reiserfs_test.in
tests/romfs_test.in
tests/serial_test.in
tests/squashfs_test.in
tests/syslinux_test.in
tests/tar_test.in
tests/test_sha512sum.in
tests/udf_test.in
tests/uhci_test.in
tests/xfs_test.in
tests/xzcompress_test.in
tests/zfs_test.in