Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/tools.py

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