aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08502c0aa2..aeb9b211cd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -232,7 +232,9 @@ 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"
+ after_failure:
+ - cat tests/results/latest/job.log
addons:
apt:
packages: