diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2019-06-18 11:10:43 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2019-06-18 11:10:43 -0300 |
commit | 0b98c20a7f7e960d7251ee182e7ff60a889e91eb (patch) | |
tree | e71e8dac297a8f8830fb4bccc49281da810167c6 /.travis.yml | |
parent | cdfaa2720f4a09e5254868bd1f6e33f3e9eae76f (diff) |
Revert "travis: Make check-acceptance job more verbose"
This reverts commit 6d7a134da4afebe8551a69329478415cfb4cbe91.
We'll have a better fix, that will show the full avocado job log
only if a test case failed.
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 08502c0aa2..2f1658602e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -232,7 +232,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 AVOCADO_SHOW=test check-acceptance" + - TEST_CMD="make check-acceptance" addons: apt: packages: |