[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST 16/17] mfi-common: onetoolstack does not vary for a given $xenbranch
Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- mfi-common | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/mfi-common b/mfi-common index 5529979..60802ef 100644 --- a/mfi-common +++ b/mfi-common @@ -225,6 +225,14 @@ job_create_test () { # Provides various convenience variables for the callback. # test_matrix_iterate () { + + case "$xenbranch" in + xen-3.*-testing) onetoolstack=xend ;; + xen-4.0-testing) onetoolstack=xend ;; + xen-4.1-testing) onetoolstack=xend ;; + *) onetoolstack=xl ;; + esac + for xenarch in ${TEST_ARCHES- i386 amd64 armhf } ; do if [ "x$xenarch" = xdisable ]; then continue; fi @@ -267,13 +275,6 @@ test_matrix_iterate () { suite_runvars= fi - case "$xenbranch" in - xen-3.*-testing) onetoolstack=xend ;; - xen-4.0-testing) onetoolstack=xend ;; - xen-4.1-testing) onetoolstack=xend ;; - *) onetoolstack=xl ;; - esac - for kern in ''; do case $kern in -- 1.8.5.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |