|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [OSSTEST PATCH 2/4] 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 <iwj@xxxxxxxxxxxxxx>
---
mfi-common | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mfi-common b/mfi-common
index 70e17f7a..02278420 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) ;;
--
2.20.1
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |