From: Ian Jackson Date: Thu, 9 Sep 2021 16:13:07 +0000 (+0100) Subject: mfi-common: Change dom0arch list order (nfc) X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8c0444434fd393d84974410aa55f0816a85e4550;p=osstest.git mfi-common: Change dom0arch list order (nfc) Change the order to match fmtarches_outer in do_pv_debian_tests. We are going to want to add an indirection here but not change anything. No change to output from standalone-generate-dump-flight-runvars. Signed-off-by: Ian Jackson --- diff --git a/mfi-common b/mfi-common index 70e17f7..0227842 100644 --- a/mfi-common +++ b/mfi-common @@ -644,7 +644,7 @@ test_matrix_iterate () { esac dom0arches='' - for dom0arch in i386 amd64 armhf arm64; do + for dom0arch in i386 armhf amd64 arm64; do case ${xenarch}_${dom0arch} in amd64_amd64) ;;