Pure code motion. No effect on job generation. Signed-off-by: Wei Liu <wei.l...@citrix.com> Cc: Ian Campbell <ian.campb...@citrix.com> Cc: Ian Jackson <ian.jack...@eu.citrix.com> --- make-flight | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/make-flight b/make-flight index 63b14f5..0cb9b98 100755 --- a/make-flight +++ b/make-flight @@ -298,8 +298,7 @@ do_passthrough_tests () { done } -test_matrix_do_one () { - +do_pv_debian_tests () { # Basic PV Linux test with xl for platform in '' `getplatforms $xenarch` ; do suffix=${platform:+-$platform} @@ -313,6 +312,11 @@ test_matrix_do_one () { job_create_test test-$xenarch$kern-$dom0arch-libvirt test-debian libvirt \ $xenarch $dom0arch \ $debian_runvars all_hostflags=$most_hostflags +} + +test_matrix_do_one () { + + do_pv_debian_tests do_multivcpu_tests do_sedf_tests -- 1.9.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel