Commit 8ae3bd2
committed
test: Fix unstable tests due to date in logs
The `cut` command stripping away the date of log messages broke at the
beginning of the month due to using `' '` as a separator.
Instead, we can count on the date format to always be 16 characters long
and make the `cut` command more robust.1 parent 6bfe3a2 commit 8ae3bd2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments