- Timestamp:
- Sep 10, 2019, 2:48:01 PM (5 years ago)
- 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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r17bc05b rc2051e10 328 328 329 329 def core_archive(dst, name, exe): 330 # Get the files to copy330 # Get the core dump 331 331 core = os.path.join(os.getcwd(), "core" ) 332 332 333 # Uncomment if we want timestamps on coredumps334 # dst = os.path.join(dst, "%s_%s" % (name, pretty_now()))333 # update the path for this test 334 dst = os.path.join(dst, name) 335 335 336 336 # make a directory for this test 337 # mkdir makes the parent directory only so add a dummy 337 338 mkdir(os.path.join(dst, "dir")) 338 339
Note: See TracChangeset
for help on using the changeset viewer.