tests/zfs: test stable with stable linuxPackages
Only unstable is supposed to be compatible with linuxPackages_latest
This commit is contained in:
parent
257cbbcd3a
commit
61c0e8e657
@ -8,7 +8,7 @@ with import ../lib/testing-python.nix { inherit system pkgs; };
|
|||||||
let
|
let
|
||||||
|
|
||||||
makeZfsTest = name:
|
makeZfsTest = name:
|
||||||
{ kernelPackage ? pkgs.linuxPackages_latest
|
{ kernelPackage ? if enableUnstable then pkgs.linuxPackages_latest else pkgs.linuxPackages
|
||||||
, enableUnstable ? false
|
, enableUnstable ? false
|
||||||
, extraTest ? ""
|
, extraTest ? ""
|
||||||
}:
|
}:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user