Commit 59e6f23
tests/kola: fix early error in upgrade test
In some older versions of FCOS `systemctl status foo.service` would
output an error if foo.service wasn't active. Let's account for this
by adding an `|| true` so our script doesn't exit with an error here.1 parent 7f21e35 commit 59e6f23
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
389 | 389 | | |
390 | 390 | | |
391 | 391 | | |
392 | | - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
393 | 395 | | |
0 commit comments