Ignore:
Timestamp:
Mar 19, 2020, 2:01:28 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0bd5cfb
Parents:
bbdb0c6
Message:

added test option to print process id instead of killing it to allow attaching with gdb

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    rbbdb0c6 rd658183  
    123123        global output_width
    124124        global timeout
     125        global timeout2gdb
    125126
    126127        arch         = Architecture(options.arch)
     
    134135        output_width = 24
    135136        timeout      = Timeouts(options.timeout, options.global_timeout)
     137        timeout2gdb  = options.timeout_with_gdb
    136138
    137139        # if we distribute, distcc errors will fail tests, use log file for distcc
Note: See TracChangeset for help on using the changeset viewer.