Merge pull request #50526 from symphorien/short-test-name
nixos/tests/installer.nix: shorten test name to fit length limit
This commit is contained in:
commit
1186d42a17
|
@ -481,7 +481,7 @@ in {
|
||||||
# Test whether opening encrypted filesystem with keyfile
|
# Test whether opening encrypted filesystem with keyfile
|
||||||
# Checks for regression of missing cryptsetup, when no luks device without
|
# Checks for regression of missing cryptsetup, when no luks device without
|
||||||
# keyfile is configured
|
# keyfile is configured
|
||||||
filesystemEncryptedWithKeyfile = makeInstallerTest "filesystemEncryptedWithKeyfile"
|
encryptedFSWithKeyfile = makeInstallerTest "encryptedFSWithKeyfile"
|
||||||
{ createPartitions = ''
|
{ createPartitions = ''
|
||||||
$machine->succeed(
|
$machine->succeed(
|
||||||
"flock /dev/vda parted --script /dev/vda -- mklabel msdos"
|
"flock /dev/vda parted --script /dev/vda -- mklabel msdos"
|
||||||
|
|
Loading…
Reference in New Issue