summaryrefslogtreecommitdiffstats
path: root/controller/share/dtf-controller/ansible/playbooks/fedora.yml
diff options
context:
space:
mode:
Diffstat (limited to 'controller/share/dtf-controller/ansible/playbooks/fedora.yml')
-rw-r--r--controller/share/dtf-controller/ansible/playbooks/fedora.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/share/dtf-controller/ansible/playbooks/fedora.yml b/controller/share/dtf-controller/ansible/playbooks/fedora.yml
index 7c62f61..1d49671 100644
--- a/controller/share/dtf-controller/ansible/playbooks/fedora.yml
+++ b/controller/share/dtf-controller/ansible/playbooks/fedora.yml
@@ -44,7 +44,7 @@
- shell: cd /root && tar -xf {{ opt_testsuite_name }}.tar.gz
- - shell: cd /root/{{ opt_testsuite_name }}&& ./run &>/var/tmp/dtf-run.overview
+ - shell: cd /root/{{ opt_testsuite_name }}&& ./run --force &>/var/tmp/dtf-run.overview
register: test_result
ignore_errors: yes