]> xenbits.xensource.com Git - people/aperard/osstest.git/commitdiff
mfi-common: Change dom0arch list order (nfc)
authorIan Jackson <iwj@xenproject.org>
Thu, 9 Sep 2021 16:13:07 +0000 (17:13 +0100)
committerIan Jackson <iwj@xenproject.org>
Thu, 9 Sep 2021 16:17:21 +0000 (17:17 +0100)
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 <iwj@xenproject.org>
mfi-common

index 70e17f7a7c8d3026e80796f3fe2b9c9681cb2426..0227842086858492f12fd64b6eecf3290b2de3d7 100644 (file)
@@ -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) ;;