From: thierry Date: Tue, 26 Jan 2010 08:35:46 +0000 (+0000) Subject: (no commit message) X-Git-Tag: foo~206 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=860a325f398cc02e82f34cdd136fc13db871b9dc;p=infrastructure.git --- diff --git a/scripts/manage-infrastructure.py b/scripts/manage-infrastructure.py index 95a07e4..a994aef 100755 --- a/scripts/manage-infrastructure.py +++ b/scripts/manage-infrastructure.py @@ -177,7 +177,7 @@ Default is to act on test boxes only (with trackers clean)""" # if hostnames are specified, let's stay on the safe side and don't reset trackers self.do_tracker = False elif self.options.all_boxes: - self.boxes=self.build_boxes + self.test_boxes + self.boxes=self.test_boxes + self.build_boxes self.do_tracker = True elif self.options.build_only: self.boxes=self.build_boxes