Changeset 216597d for tests/pybin/tools.py
- Timestamp:
- Sep 10, 2019, 9:01:44 AM (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:
- aced69a, c2051e10
- Parents:
- 0bf5340 (diff), 3ce2425 (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
r0bf5340 r216597d 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.