Message ID | 1460392641-7060-3-git-send-email-ian.jackson@eu.citrix.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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
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@eu.citrix.com> --- make-distros-flight | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)