aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2019-06-18 15:47:16 +0100
committerPeter Maydell <peter.maydell@linaro.org>2019-06-18 15:47:16 +0100
commitafec70e4de8e21b96e09b23c87c15cfdb3feb7ba (patch)
treedd56c9eef3c9a213aa1ceb33eda6b052e38536c3
parent34bea4edb9bbe8edf4b8606276482acdff5ca58b (diff)
parentc21f30ebc779cd4210b488dd702b3f8653aee82b (diff)
downloadqemu-afec70e4de8e21b96e09b23c87c15cfdb3feb7ba.zip
qemu-afec70e4de8e21b96e09b23c87c15cfdb3feb7ba.tar.gz
qemu-afec70e4de8e21b96e09b23c87c15cfdb3feb7ba.tar.bz2
Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request' into staging
Python queue, 2019-06-18 Use a different method to dump avocado job log, to work around timing-dependent issues in the arm test cases. # gpg: Signature made Tue 18 Jun 2019 15:39:31 BST # gpg: using RSA key 2807936F984DC5A6 # gpg: Good signature from "Eduardo Habkost <ehabkost@redhat.com>" [full] # Primary key fingerprint: 5A32 2FD5 ABC4 D3DB ACCF D1AA 2807 936F 984D C5A6 * remotes/ehabkost/tags/python-next-pull-request: Travis: print acceptance tests logs in case of job failure Revert "travis: Make check-acceptance job more verbose" Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 08502c0..aeb9b21 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: