Changeset 84b4d607 for tests/test.py


Ignore:
Timestamp:
Dec 19, 2018, 2:35:51 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, no_list, persistent-indexer, pthread-emulation, qualifiedEnum
Children:
25cdca5
Parents:
107b01a
Message:

Fixed includes/excludes for test script in python

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/test.py

    r107b01a r84b4d607  
    3434# reads the directory ./.expect and indentifies the tests
    3535def listTests( includes, excludes ):
    36         includes = [canonicalPath( i ) for i in includes] if includes else None
    37         excludes = [canonicalPath( i ) for i in excludes] if excludes else None
    38 
    3936        # tests directly in the .expect folder will always be processed
    4037        test_list = findTests()
Note: See TracChangeset for help on using the changeset viewer.