Changeset 8c28967
- Timestamp:
- May 26, 2021, 8:42:12 PM (3 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- ab388c5
- Parents:
- 7684557
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/tools.py
r7684557 r8c28967 387 387 # make a directory for this test 388 388 # mkdir makes the parent directory only so add a dummy 389 mkdir( os.path.join(dst, name ))389 mkdir( os.path.join(dst, "core") ) 390 390 391 391 # moves the files 392 392 mv( core, os.path.join(dst, "core" ) ) 393 mv( exe , os.path.join(dst, name) )393 mv( exe , os.path.join(dst, "exe" ) ) 394 394 395 395 # return explanatory test
Note: See TracChangeset
for help on using the changeset viewer.