mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
Fixed a failure in legacy_client tests
https://fedorahosted.org/freeipa/ticket/5800 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
This commit is contained in:
parent
d9fe502e83
commit
280f1ed85f
@ -172,7 +172,7 @@ def unapply_fixes(host):
|
||||
restore_files(host)
|
||||
restore_hostname(host)
|
||||
# Clean ccache to prevent issues like 5741
|
||||
host.run_command(['kdestroy', '-A'])
|
||||
host.run_command(['kdestroy', '-A'], raiseonerr=False)
|
||||
|
||||
# Clean up the test directory
|
||||
host.run_command(['rm', '-rvf', host.config.test_dir])
|
||||
|
Loading…
Reference in New Issue
Block a user