Fix nixos test driver startJob function. It was stopping the job before.
This commit is contained in:
parent
ef28e8e70e
commit
960bb2bcd3
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ sub waitForFile {
|
|||
|
||||
sub startJob {
|
||||
my ($self, $jobName) = @_;
|
||||
$self->execute("systemctl stop $jobName");
|
||||
$self->execute("systemctl start $jobName");
|
||||
# FIXME: check result
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue