Returning SUCCESS
This commit is contained in:
parent
a68352a2e9
commit
653d3761c1
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ class CopyOldGDBSumFile (ShellCommand):
|
|||
# If the dest file does not exist, ignore
|
||||
pass
|
||||
|
||||
return SUCCESS
|
||||
|
||||
class GdbCatSumfileCommand(ShellCommand):
|
||||
name = 'regressions'
|
||||
command = ['cat', 'gdb.sum']
|
||||
|
|
Loading…
Reference in a new issue