Do not hide CopyOldGDBSumFile step
This commit is contained in:
parent
2535b8d167
commit
292f91f751
1 changed files with 1 additions and 1 deletions
|
@ -893,7 +893,7 @@ The parameters of the class are:
|
||||||
|
|
||||||
if self.run_testsuite:
|
if self.run_testsuite:
|
||||||
self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do,
|
self.addStep (CopyOldGDBSumFile (doStepIf = scheduler_is_not_racy_try_do,
|
||||||
hideStepIf = True))
|
hideStepIf = False))
|
||||||
|
|
||||||
if not self.extra_conf_flags:
|
if not self.extra_conf_flags:
|
||||||
self.extra_conf_flags = []
|
self.extra_conf_flags = []
|
||||||
|
|
Loading…
Reference in a new issue