t/lib/Setup.pm: nix_config: default to empty string
[?]
Aug 19, 2021, 8:55 PM
3JD6P6FHI2GH6S67MDPIPJ5YZVZZ4XOHL3L7OGGSWPLXHNY5B2GACDependencies
- [2]
HXEZUCTDAdd test to verify includes work - [3]
UIA3ULNUGive each test its own Nix directories - [4]
4WLW4VHSTest setup: support arbitrary hydra config - [*]
HX4QYOYAadd first evaluations tests
Change contents
- replacement in t/lib/Setup.pm at line 53
my $nix_config = "sandbox = false\n" . $opts{'nix_config'};my $nix_config = "sandbox = false\n" . ($opts{'nix_config'} || "");