Changeset c2051e10 for tests


Ignore:
Timestamp:
Sep 10, 2019, 2:48:01 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
81e60f7
Parents:
17bc05b (diff), 216597d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into distcc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    r17bc05b rc2051e10  
    328328
    329329def core_archive(dst, name, exe):
    330         # Get the files to copy
     330        # Get the core dump
    331331        core = os.path.join(os.getcwd(), "core" )
    332332
    333         # Uncomment if we want timestamps on coredumps
    334         # dst  = os.path.join(dst, "%s_%s" % (name, pretty_now()))
     333        # update the path for this test
     334        dst  = os.path.join(dst, name)
    335335
    336336        # make a directory for this test
     337        # mkdir makes the parent directory only so add a dummy
    337338        mkdir(os.path.join(dst, "dir"))
    338339
Note: See TracChangeset for help on using the changeset viewer.