container-test-driver: Fix test naming

Fix the container test naming, as this otherwise can be very confusing.
This commit is contained in:
a-kenji
2025-05-06 18:14:43 +02:00
committed by kenji
parent b522ec17b0
commit c782ef5a79

View File

@@ -92,7 +92,7 @@ in
lib.lazyDerivation {
# lazyDerivation improves performance when only passthru items and/or meta are used.
derivation = hostPkgs.stdenv.mkDerivation {
name = "vm-test-run-${config.name}";
name = "container-test-run-${config.name}";
requiredSystemFeatures = [ "uid-range" ];