Changeset 16a63a78


Ignore:
Timestamp:
Dec 7, 2017, 12:00:10 PM (6 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
92494fd
Parents:
16988e8
Message:

Tests now canonicalize tests paths passed on the command line

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/tests/test.py

    r16988e8 r16a63a78  
    6161        if options.regenerate_expected :
    6262                for testname in options.tests :
     63                        testname = canonicalPath( testname )
    6364                        if Test.valid_name(testname):
    6465                                found = [test for test in allTests if test.target() == testname]
Note: See TracChangeset for help on using the changeset viewer.