diff options
| author | Eduardo Habkost | 2019-06-18 16:10:43 +0200 |
|---|---|---|
| committer | Eduardo Habkost | 2019-06-18 16:10:43 +0200 |
| commit | 0b98c20a7f7e960d7251ee182e7ff60a889e91eb (patch) | |
| tree | e71e8dac297a8f8830fb4bccc49281da810167c6 | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-06-17-v2'... (diff) | |
| download | qemu-0b98c20a7f7e960d7251ee182e7ff60a889e91eb.tar.gz qemu-0b98c20a7f7e960d7251ee182e7ff60a889e91eb.tar.xz qemu-0b98c20a7f7e960d7251ee182e7ff60a889e91eb.zip | |
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>
| -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: |
