Commit dcf1181
committed
fix(test/boottime): allow decimal values in regex
Update the regex to support decimal values for kernel and userspace
timings from systemd-analyze.
In the PCI pipeline the test is failing with IndexError because the line
to match is "Startup finished in 130ms (kernel) + 1.006s (userspace) =
1.136s".
Signed-off-by: Riccardo Mancini <[email protected]>1 parent 343b0ab commit dcf1181
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments