Look for system.journal in journal sub-directory. Add -readable to the find command.
Showing 1 of 1 files from the diff.
Newly tracked file
fail2ban/tests/filtertestcase.py
changed.
@@ -1352,7 +1352,7 @@
Loading
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) |
4668.3
TRAVIS_PYTHON_VERSION=3.5 TRAVIS_OS_NAME=linux
4668.1
TRAVIS_PYTHON_VERSION=2.7 TRAVIS_OS_NAME=linux
4668.4
TRAVIS_PYTHON_VERSION=3.6 TRAVIS_OS_NAME=linux
4668.2
TRAVIS_PYTHON_VERSION=3.4 TRAVIS_OS_NAME=linux
4668.6
TRAVIS_PYTHON_VERSION=3.8 TRAVIS_OS_NAME=linux
4668.5
TRAVIS_PYTHON_VERSION=3.7 TRAVIS_OS_NAME=linux
4668.8
TRAVIS_PYTHON_VERSION=pypy3.5 TRAVIS_OS_NAME=linux
4668.7
TRAVIS_PYTHON_VERSION=3.9-dev TRAVIS_OS_NAME=linux
Sunburst
The inner-most circle is the entire project, moving away from the center are folders then, finally, a single file.
The size and color of each slice is representing the number of statements and the coverage, respectively.
Icicle
The top section represents the entire project. Proceeding with folders and finally individual files.
The size and color of each slice is representing the number of statements and the coverage, respectively.