diff mbox series

[OSSTEST,08/15] arch replumbing: make-flight: Fix $r{arch} comment

Message ID 20190426164002.22381-9-ian.jackson@eu.citrix.com (mailing list archive)
State Superseded
Headers show
Series Do armhf kernel builds on amd64 | expand

Commit Message

Ian Jackson April 26, 2019, 4:39 p.m. UTC
This comment was lamenting the very problem we are fixing now.  It
would now be possible to test i386->amd64 tools migration, by writing
an appropriate test job with different src_host_arch and
dst_host_arch etc.

Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
---
 make-flight | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/make-flight b/make-flight
index c5411412..020ad5f1 100755
--- a/make-flight
+++ b/make-flight
@@ -833,8 +833,8 @@  test_matrix_do_one () {
                       all_hostflags="$hf"
       fi
       # TODO it would be nice to test i386->amd64 tools migration too (for
-      # Xen >= 4.6), but currently $r{arch} is used in several places,
-      # which would need looking at.
+      # Xen >= 4.6).  Previously $r{arch} was used in several places,
+      # which made this more complicated, but this is now fixed.
   fi
 
   if [ x$test_pvh = xy -a $xenarch = amd64 -a $dom0arch = amd64 ]; then