diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2019-05-24 18:25:22 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-06-11 14:13:09 -0300 |
commit | 6d7a134da4afebe8551a69329478415cfb4cbe91 (patch) | |
tree | f4a80bd272e1f4021fd5f948d760499d76999a0c /.travis.yml | |
parent | 89368673493f6d35beb56f76d2dd5ae8a88d5c3f (diff) |
travis: Make check-acceptance job more verbose
It will help us debug issues when tests fail.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index b053a836a3..a08a7b7278 100644 --- a/.travis.yml +++ b/.travis.yml @@ -225,7 +225,7 @@ matrix: # Acceptance (Functional) tests - env: - CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu" - - TEST_CMD="make check-acceptance" + - TEST_CMD="make AVOCADO_SHOW=test check-acceptance" addons: apt: packages: |