No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
92f9003
... +0 ...
a5e77c7
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1352 | 1352 | # check one at at time until the first hit |
|
1353 | 1353 | for systemd_var in 'system-runtime-logs', 'system-state-logs': |
|
1354 | 1354 | tmp = Utils.executeCmd( |
|
1355 | - | 'find "$(systemd-path %s)" -name system.journal' % systemd_var, |
|
1355 | + | 'find "$(systemd-path %s)/journal" -name system.journal -readable' % systemd_var, |
|
1356 | 1356 | timeout=10, shell=True, output=True |
|
1357 | 1357 | ) |
|
1358 | 1358 | self.assertTrue(tmp) |
Learn more Showing 1 files with coverage changes found.
fail2ban/server/utils.py
a5e77c7
92f9003