Changeset e173d3c for tests/test.py


Ignore:
Timestamp:
Aug 29, 2022, 8:00:07 PM (20 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master, pthread-emulation
Children:
e2e31c6
Parents:
31b9d3c
Message:

'soft' removed old ast from tests.
Option still works but no longer has any effect.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    r31b9d3c re173d3c  
    351351
    352352                # print the possible options
    353                 print("-h --help --debug --dry-run --list --ast=new --ast=old --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs -I --include -E --exclude --continue ", end='')
     353                print("-h --help --debug --dry-run --list --arch --all --regenerate-expected --archive-errors --install --timeout --global-timeout --timeout-with-gdb -j --jobs -I --include -E --exclude --continue ", end='')
    354354                print(" ".join(map(lambda t: "%s" % (t.target()), tests)))
    355355
Note: See TracChangeset for help on using the changeset viewer.