Message ID | 1396602178.4211.163.camel@kazak.uk.xensource.com |
---|---|
State | New |
Headers | show |
Ian Campbell writes ("Re: [Xen-devel] [xen-unstable test] 25742: tolerable FAIL - PUSHED"): > On Thu, 2014-04-03 at 20:47 +0100, xen.org wrote: > > test-amd64-amd64-pv 1 xen-build-check(1) blocked n/a > > Sigh, looks like I didn't test the final version of "make-flight: drop > another stray xend test from 4.5 onwards" properly enough... Acked-by: Ian Jackson <ian.jackson@eu.citrix.com> Ian.
diff --git a/make-flight b/make-flight index 7f5e81b..92b813a 100755 --- a/make-flight +++ b/make-flight @@ -255,7 +255,7 @@ test_matrix_do_one () { esac # xend PV guest test on x86 only - if [ x$test_xend = xy -a $dom0arch = "i386" -o $dom0arch = "amd64" ]; then + if [ x$test_xend = xy -a \( $dom0arch = "i386" -o $dom0arch = "amd64" \) ]; then job_create_test test-$xenarch$kern-$dom0arch-pv test-debian xend \ $xenarch $dom0arch \ $debian_runvars all_hostflags=$most_hostflags