diff --git a/lib/gdbcommand.py b/lib/gdbcommand.py index 8c35094..32565c3 100644 --- a/lib/gdbcommand.py +++ b/lib/gdbcommand.py @@ -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']