Changeset a659b31


Ignore:
Timestamp:
Sep 29, 2022, 11:13:57 AM (22 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
1756e08
Parents:
d3af505
Message:

Added meta test to check exec+fork options to validating args

Location:
tests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    rd3af505 ra659b31  
    2323
    2424        def match_test(path):
    25                 match = re.search("^%s\/([\w\/\-_]*).expect\/([\w\-_]+)(\.[\w\-_]+)?\.txt$" % settings.SRCDIR, path)
     25                match = re.search("^%s\/([\w\/\-_]*).expect\/([\w\-_\+]+)(\.[\w\-_]+)?\.txt$" % settings.SRCDIR, path)
    2626                if match :
    2727                        test = Test()
Note: See TracChangeset for help on using the changeset viewer.