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>
13 lines
265 B
Plaintext
13 lines
265 B
Plaintext
#!@BUILD_SHEBANG@
|
|
|
|
set -ex
|
|
|
|
if ! which mksquashfs >/dev/null 2>&1; then
|
|
echo "mksquashfs not installed; cannot test squashfs."
|
|
exit 77
|
|
fi
|
|
|
|
"@builddir@/grub-fs-tester" squash4_gzip
|
|
"@builddir@/grub-fs-tester" squash4_xz
|
|
"@builddir@/grub-fs-tester" squash4_lzo
|