summaryrefslogtreecommitdiffstats
path: root/ipatests
diff options
context:
space:
mode:
authorOleg Fayans <ofayans@redhat.com>2016-04-12 11:18:09 +0200
committerMartin Basti <mbasti@redhat.com>2016-04-13 16:05:12 +0200
commit280f1ed85f40a0d123fc891f9ad02a4fff4a363b (patch)
tree30a1d3a61fa8b765c562f5521a9c553fa1107b9a /ipatests
parentd9fe502e8346022ac7265556782c984a8b36ee85 (diff)
downloadfreeipa-280f1ed85f40a0d123fc891f9ad02a4fff4a363b.tar.gz
freeipa-280f1ed85f40a0d123fc891f9ad02a4fff4a363b.tar.xz
freeipa-280f1ed85f40a0d123fc891f9ad02a4fff4a363b.zip
Fixed a failure in legacy_client tests
https://fedorahosted.org/freeipa/ticket/5800 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'ipatests')
-rw-r--r--ipatests/test_integration/tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/tasks.py b/ipatests/test_integration/tasks.py
index 67ee27a0f..70f4fa7fd 100644
--- a/ipatests/test_integration/tasks.py
+++ b/ipatests/test_integration/tasks.py
@@ -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])