openqa: Fix a check in createhdds worker

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-02-23 17:21:55 -08:00
parent 672bf06b04
commit fdecceb571

View file

@ -32,7 +32,7 @@
- name: Change SMT setting if necessary
command: "ppc64_cpu --smt=off"
when: "smtcheck is defined and smtcheck.stdout.find('is off') == -1"
when: "smtcheck.stdout is defined and smtcheck.stdout.find('is off') == -1"
- name: Check out createhdds
git: