Changeset 73e30dcf for tests/test.py


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

Forgot new argument in list_comp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    r0bd5cfb r73e30dcf  
    318318        # users may want to simply list the tests
    319319        if options.list_comp :
    320                 print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout -j --jobs ", end='')
     320                print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs ", end='')
    321321                print(" ".join(map(lambda t: "%s" % (t.target()), tests)))
    322322
Note: See TracChangeset for help on using the changeset viewer.