mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
ubuntu: Allow test-luks.sh to be bypassed to workaround Ubuntu bug.
This is necessary because of too old cryptsetup on Ubuntu.
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
|
||||
set -e
|
||||
|
||||
[ -n "$SKIP_TEST_LUKS_SH" ] && {
|
||||
echo "test-luks.sh skipped (environment variable set)"
|
||||
exit 0
|
||||
}
|
||||
|
||||
rm -f test1.img
|
||||
|
||||
../fish/guestfish --keys-from-stdin <<EOF
|
||||
|
||||
Reference in New Issue
Block a user