Only add the Nix system feature to the test that requires it
[?]
Apr 29, 2021, 4:54 AM
HUCBINMQ3DQDX32XFXN4ZR3GMSFWMHICY3HHKEXHHMRYIBSIKMGACDependencies
- [2]
4Y3LBQYIUse system-features from the Nix conf in the default machine file - [3]
4WLW4VHSTest setup: support arbitrary hydra config - [4]
6HYCG3DCtests: allow specifying some nix config - [5]
UIA3ULNUGive each test its own Nix directories - [*]
HX4QYOYAadd first evaluations tests
Change contents
- replacement in t/default-machine-file.t at line 5
my %ctx = test_init();my %ctx = test_init(nix_config => q|system-features = test-system-feature|); - edit in t/lib/Setup.pm at line 51
print $fh "system-features = test-system-feature\n";