Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    r22a4292 r8c28967  
    376376                return 1, "ERR No core dump"
    377377
    378         try:
    379                 return sh('gdb', '-n', path, core, '-batch', '-x', cmd, output_file=subprocess.PIPE)
    380         except:
    381                 return 1, "ERR Could not read core with gdb"
     378        return sh('gdb', '-n', path, core, '-batch', '-x', cmd, output_file=subprocess.PIPE)
    382379
    383380def core_archive(dst, name, exe):
Note: See TracChangeset for help on using the changeset viewer.