Changeset a51b8f6 for tests/test.py


Ignore:
Timestamp:
Oct 12, 2022, 4:21:36 PM (18 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
481f882
Parents:
e5256bd
Message:

Fix bug with removal of old ast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    re5256bd ra51b8f6  
    7272                                # this is a valid name, let's check if it already exists
    7373                                found = [test for test in all_tests if canonical_path( test.target() ) == testname]
    74                                 setup = itertools.product(settings.all_arch if options.arch else [None])
     74                                setup = settings.all_arch if options.arch else [None]
    7575                                if not found:
    7676                                        # it's a new name, create it according to the name and specified architecture
Note: See TracChangeset for help on using the changeset viewer.