(no commit message)
authorthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 26 Jan 2010 08:35:46 +0000 (08:35 +0000)
committerthierry <thierry@41d37cc5-eb28-0410-a9bf-d37491348ade>
Tue, 26 Jan 2010 08:35:46 +0000 (08:35 +0000)
scripts/manage-infrastructure.py

index 95a07e4..a994aef 100755 (executable)
@@ -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