[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 08/15] arch replumbing: make-flight: Fix $r{arch} comment
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@xxxxxxxxxxxxx> --- make-flight | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.11.0 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |