container-test-driver: Fix test naming
Fix the container test naming, as this otherwise can be very confusing.
This commit is contained in:
@@ -92,7 +92,7 @@ in
|
|||||||
lib.lazyDerivation {
|
lib.lazyDerivation {
|
||||||
# lazyDerivation improves performance when only passthru items and/or meta are used.
|
# lazyDerivation improves performance when only passthru items and/or meta are used.
|
||||||
derivation = hostPkgs.stdenv.mkDerivation {
|
derivation = hostPkgs.stdenv.mkDerivation {
|
||||||
name = "vm-test-run-${config.name}";
|
name = "container-test-run-${config.name}";
|
||||||
|
|
||||||
requiredSystemFeatures = [ "uid-range" ];
|
requiredSystemFeatures = [ "uid-range" ];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user