Add support for environment.systemPackages.
This commit is contained in:
parent
c02d43aa97
commit
d5f138f939
5 changed files with 115 additions and 39 deletions
|
|
@ -284,6 +284,13 @@ in
|
|||
cp ${resultImg} $out
|
||||
'';
|
||||
|
||||
mkTestPreamble = node: action: ''
|
||||
${node}.succeed("/system-manager-profile/bin/${action} 2>&1 | tee /tmp/output.log")
|
||||
${node}.succeed("grep -vF 'ERROR' /tmp/output.log")
|
||||
'';
|
||||
|
||||
activateProfileSnippet = node: self.lib.mkTestPreamble node "activate";
|
||||
|
||||
make-vm-test =
|
||||
name:
|
||||
{ system
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue