Changeset 143e6f3 for tests/pybin


Ignore:
Timestamp:
Aug 15, 2019, 10:54:47 AM (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:
ddee972
Parents:
3c7f01b
Message:

Trying out archive build failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

    r3c7f01b r143e6f3  
    311311
    312312def core_archive(dst, name, exe):
    313         # Get the files to copy
     313        # Get the core dump
    314314        core = os.path.join(os.getcwd(), "core" )
    315315
    316         # Uncomment if we want timestamps on coredumps
    317         # dst  = os.path.join(dst, "%s_%s" % (name, pretty_now()))
     316        # update the path for this test
     317        dst  = os.path.join(dst, name)
    318318
    319319        # make a directory for this test
     320        # mkdir makes the parent directory only so add a dummy
    320321        mkdir(os.path.join(dst, "dir"))
    321322
Note: See TracChangeset for help on using the changeset viewer.