From: Philippe Mathieu-Daudé Date: Mon, 28 Oct 2019 23:04:04 +0000 (-0400) Subject: .travis.yml: Let the avocado job run the 40p tests X-Git-Tag: v4.2.0-rc0~21^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83703220f5ddca303a4bc104aa505ca1773bf7fc;p=thirdparty%2Fqemu.git .travis.yml: Let the avocado job run the 40p tests Acked-by: Alex Bennée Signed-off-by: Philippe Mathieu-Daudé Message-Id: <20191028073441.6448-18-philmd@redhat.com> Reviewed-by: Cleber Rosa Tested-by: Cleber Rosa Signed-off-by: Cleber Rosa --- diff --git a/.travis.yml b/.travis.yml index 6ebd1af0d92..ef63fc16b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -271,7 +271,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,ppc64-softmmu,m68k-softmmu,sparc-softmmu" + - CONFIG="--python=/usr/bin/python3 --target-list=x86_64-softmmu,mips-softmmu,mips64el-softmmu,aarch64-softmmu,arm-softmmu,s390x-softmmu,alpha-softmmu,ppc-softmmu,ppc64-softmmu,m68k-softmmu,sparc-softmmu" - TEST_CMD="make check-acceptance" after_failure: - cat tests/results/latest/job.log