Skip building btrfs support if library isn't installed

Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
Mrunal Patel 2017-10-02 18:41:58 -07:00
parent a8ea146d71
commit a643e533d8
3 changed files with 11 additions and 1 deletions

View file

@ -48,6 +48,9 @@
&> {{ artifacts }}/e2e.log
# Fix vim syntax hilighting: "
- name: disable SELinux
command: setenforce 0
- name: run e2e tests
shell: "{{ e2e_shell_cmd | regex_replace('\\s+', ' ') }}"
args: