[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH 2/3] make-flight: do_hvm_win_test_one: honour extra args as runvars



No functional change as nothing passes extra args right now

Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx>
---
 make-flight | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/make-flight b/make-flight
index 11cc01e..75afdb9 100755
--- a/make-flight
+++ b/make-flight
@@ -320,6 +320,7 @@ do_hvm_win_test_one () {
   local testidpart=$1
   local isobase=$2
   local guestarch=$3
+  shift;shift;shift
 
   if [ $xenarch != amd64 ]; then
     return
@@ -338,7 +339,8 @@ do_hvm_win_test_one () {
             test-win xl $xenarch $dom0arch $qemuu_runvar \
             win_image=$iso \
             win_acpi_shutdown=true \
-            all_hostflags=$most_hostflags,hvm
+            all_hostflags=$most_hostflags,hvm \
+            "$@"
 }
 
 do_hvm_win7_x64_tests () {
-- 
2.1.4


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
https://lists.xen.org/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.