aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-09-15 15:56:46 +0200
committerEelco Dolstra <edolstra@gmail.com>2022-09-15 15:56:46 +0200
commit0d4bf9c4d836f8e8570ad1d39245a5835ef4aaf1 (patch)
tree34987c79f35107ac74b71f2728cd0be33bb3cb46 /tests
parent3dd313a7c20772ef34af4a43fb3673df1e7d00cf (diff)
Fix evaluation
Diffstat (limited to 'tests')
-rw-r--r--tests/installer/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/installer/default.nix b/tests/installer/default.nix
index eab103562..c118937a6 100644
--- a/tests/installer/default.nix
+++ b/tests/installer/default.nix
@@ -139,7 +139,7 @@ let
qemu-img create -b ./${image.rootDisk} -F "$image_type" -f qcow2 ./disk.qcow2
- extra_qemu_opts="${image.extraQemuOpts}"
+ extra_qemu_opts="${image.extraQemuOpts or ""}"
# Add the config disk, required by the Ubuntu images.
config_drive=$(echo *configdrive.vmdk || true)