Changeset 3ce2425 for tests/pybin/tools.py
- Timestamp:
- Sep 9, 2019, 5:00:05 PM (3 years ago)
- Branches:
- arm-eh, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 216597d
- Parents:
- 3315e3d (diff), 655c5fa (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r3315e3d r3ce2425 311 311 312 312 def core_archive(dst, name, exe): 313 # Get the files to copy313 # Get the core dump 314 314 core = os.path.join(os.getcwd(), "core" ) 315 315 316 # Uncomment if we want timestamps on coredumps317 # dst = os.path.join(dst, "%s_%s" % (name, pretty_now()))316 # update the path for this test 317 dst = os.path.join(dst, name) 318 318 319 319 # make a directory for this test 320 # mkdir makes the parent directory only so add a dummy 320 321 mkdir(os.path.join(dst, "dir")) 321 322
Note: See TracChangeset
for help on using the changeset viewer.