git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad2abf8
)
ubuntu: Allow test-luks.sh to be bypassed to workaround Ubuntu bug.
author
Richard W.M. Jones
<rjones@redhat.com>
Tue, 7 Dec 2010 16:22:23 +0000
(16:22 +0000)
committer
Richard W.M. Jones
<rjones@redhat.com>
Tue, 7 Dec 2010 16:24:34 +0000
(16:24 +0000)
This is necessary because of too old cryptsetup on Ubuntu.
regressions/test-luks.sh
patch
|
blob
|
history
diff --git
a/regressions/test-luks.sh
b/regressions/test-luks.sh
index
fe42d87
..
5b53bc8
100755
(executable)
--- a/
regressions/test-luks.sh
+++ b/
regressions/test-luks.sh
@@
-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