summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-02-16 15:45:43 +0200
committerLars Wirzenius <liw@liw.fi>2022-02-16 15:45:43 +0200
commit10dbf35caee208b5d7261e40dca1f65e74faf7db (patch)
treed99460a242c0482c9962d2c9d251bdae3d67a815
parent6697a086613c4895406c3f93ae8f0ae76b82e0ff (diff)
downloadvmdb2-10dbf35caee208b5d7261e40dca1f65e74faf7db.tar.gz
test: drop commented-out use of lvm2.vmdb
The lines wouldn't have worked if uncommented. Sponsored-by: author
-rwxr-xr-xcheck-images3
1 files changed, 0 insertions, 3 deletions
diff --git a/check-images b/check-images
index 38361e8..1871673 100755
--- a/check-images
+++ b/check-images
@@ -29,9 +29,6 @@ tryit() {
src="$(dirname "$0")"
cd "$src"
-#tryit luks.img "$src/luks.vmdb"
-#tryit lvm2.img "$src/lvm2.vmdb"; exit
-
# This uses debootstrap, not qemu-debootstrap. Hence, it only works on amd64
if [ -x /usr/bin/dpkg ] && [ "$(dpkg --print-architecture)" = "amd64" ]; then
bash -x ./smoke.sh "$amd64_tarball"