Do not hide CopyOldGDBSumFile step

This commit is contained in:
Sergio Durigan Junior 2016-12-19 22:40:44 -05:00
parent 2535b8d167
commit 292f91f751

View file

@ -893,7 +893,7 @@ The parameters of the class are:
if self.run_testsuite:
self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do,
hideStepIf = True))
hideStepIf = False))
if not self.extra_conf_flags:
self.extra_conf_flags = []