We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca0826 commit 7762316Copy full SHA for 7762316
mantle/kola/tests/upgrade/basic.go
@@ -330,7 +330,7 @@ func waitForUpgradeToBeStaged(c cluster.TestCluster, m platform.Machine) {
330
// https://github.com/coreos/fedora-coreos-tracker/issues/1805
331
//
332
// Note: if systemd-run ever gains the ability to --wait when
333
- // generating a path unit then the below can be simplified.
+ // generating a path unit then the below can be simplified.
334
c.RunCmdSync(m, "sudo systemd-run -u refchanged --path-property=PathChanged=/ostree/deploy systemctl stop wait.service")
335
c.RunCmdSync(m, "sudo systemd-run --wait -u wait sleep infinity")
336
}
0 commit comments