travis: Make check-acceptance job more verbose
It will help us debug issues when tests fail. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
8936867349
commit
6d7a134da4
@ -225,7 +225,7 @@ matrix:
|
|||||||
# Acceptance (Functional) tests
|
# Acceptance (Functional) tests
|
||||||
- env:
|
- env:
|
||||||
- CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu"
|
- 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:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
|
Loading…
Reference in New Issue
Block a user