From 4b7072c490f566b6f56557c314e3b5af8a63b9eb Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 12 Apr 2018 16:09:32 -0400 Subject: [PATCH] Just compute the try build count if we're running the testsuite --- master.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/master.cfg b/master.cfg index 5add64b..7df30ca 100644 --- a/master.cfg +++ b/master.cfg @@ -1028,10 +1028,9 @@ The parameters of the class are: self.addStep (CloneOrUpdateGDBRepo ()) # Set the count of the try build - self.addStep (ComputeTryBuildCount (doStepIf = scheduler_is_try, - hideStepIf = True)) - if self.run_testsuite: + self.addStep (ComputeTryBuildCount (doStepIf = scheduler_is_try, + hideStepIf = True)) self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do, hideStepIf = False))