This test now seems to be working with the newer version of QEMU in Ubuntu Focal, so we can run it now in the Travis builds, too. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 01951dc..7e96faa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -92,7 +92,7 @@ jobs: env: - CONFIG="--arch=ppc64 --endian=little --cross-prefix=powerpc64le-linux-gnu-" - BUILD_DIR="." - - TESTS="spapr_hcall emulator rtas-set-time-of-day" + - TESTS="selftest-setup spapr_hcall emulator rtas-set-time-of-day" - ACCEL="tcg,cap-htm=off" - addons: -- 2.18.2