Always hide compute-try-build-count step

This commit is contained in:
Sergio Durigan Junior 2017-09-06 08:42:31 -04:00
parent e04304d64a
commit 7da1f920da

View file

@ -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,