[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 2/6] make-distros-flight: Remove useless conditional
debian_suite is always set in "case $branch in" at the top of make-distros-flight. Remove it as part of rationalising the suite variables in this area. No functional change. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- make-distros-flight | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/make-distros-flight b/make-distros-flight index 9d04d3b..9b4684d 100755 --- a/make-distros-flight +++ b/make-distros-flight @@ -171,12 +171,8 @@ test_matrix_do_one () { for domU in $domUarches ; do - if [ -n $debian_suite ] ; then - gsuite=$debian_suite - - test_do_one_netboot - - fi + gsuite=$debian_suite + test_do_one_netboot if [ $debian_suite = "snapshot" ]; then gsuite=sid -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |