From 7da1f920da16a7be6eed4ee5687df4dc47af9fcc Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Wed, 6 Sep 2017 08:42:31 -0400 Subject: [PATCH] Always hide compute-try-build-count step --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 1b047c1..904cfb8 100644 --- a/master.cfg +++ b/master.cfg @@ -943,7 +943,7 @@ The parameters of the class are: # Set the count of the try build self.addStep (ComputeTryBuildCount (doStepIf = scheduler_is_try, - hideStepIf = scheduler_is_not_try_hide)) + hideStepIf = True)) if self.run_testsuite: self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do,