Returning SUCCESS

This commit is contained in:
Sergio Durigan Junior 2015-02-04 20:40:20 -05:00
parent a68352a2e9
commit 653d3761c1

View file

@ -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']