mirror of
https://github.com/fail2ban/fail2ban.git
synced 2026-03-11 08:55:31 +00:00
revert heavydebug logging for 3.12 in GHA
This commit is contained in:
parent
f1efea6a4f
commit
26597f625d
1 changed files with 0 additions and 5 deletions
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
|
|
@ -86,12 +86,7 @@ jobs:
|
|||
python bin/fail2ban-testcases --verbosity=2
|
||||
else
|
||||
echo "Skip systemd backend since systemd-python module must be fixed for python >= v.3.10 in GHA ..."
|
||||
if dpkg --compare-versions "$F2B_PYV" lt 3.12; then
|
||||
python bin/fail2ban-testcases --verbosity=2 -i "[sS]ystemd|[jJ]ournal"
|
||||
else
|
||||
# need heavydebug for 3.12 to find error in testSetupInstallRoot:
|
||||
python bin/fail2ban-testcases -l 5 --verbosity=2 -i "[sS]ystemd|[jJ]ournal"
|
||||
fi
|
||||
fi
|
||||
|
||||
#- name: Test suite (debug some systemd tests only)
|
||||
|
|
|
|||
Loading…
Reference in a new issue