Removing the right breakage file
This commit is contained in:
parent
3ab7c26d1a
commit
769d20ffcf
1 changed files with 1 additions and 1 deletions
|
@ -970,7 +970,7 @@ The parameters of the class are:
|
||||||
# needed in order to cleanup the breakage lockfile, if it
|
# needed in order to cleanup the breakage lockfile, if it
|
||||||
# exists.
|
# exists.
|
||||||
self.addStep (steps.MasterShellCommand (command = [ 'rm', '-f',
|
self.addStep (steps.MasterShellCommand (command = [ 'rm', '-f',
|
||||||
util.Interpolate ('/tmp/gdb-buildbot-breakage-report-%(prop:branch)s-%(prop:buildername)s') ],
|
util.Interpolate ('/tmp/gdb-buildbot-breakage-report-*-%(prop:branch)s-%(prop:buildername)s') ],
|
||||||
hideStepIf = True))
|
hideStepIf = True))
|
||||||
|
|
||||||
# Disabling this until we figure out how to properly run + test
|
# Disabling this until we figure out how to properly run + test
|
||||||
|
|
Loading…
Reference in a new issue