Changeset 8d70648 for tests/pybin/test_run.py
- Timestamp:
- May 30, 2019, 4:15:08 PM (7 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:
- a935892, f474e91
- Parents:
- d76c588 (diff), d88f8b3b (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
-
tests/pybin/test_run.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/pybin/test_run.py
rd76c588 r8d70648 49 49 test.name = os.path.basename(target) 50 50 test.path = os.path.relpath (os.path.dirname(target), settings.SRCDIR) 51 test.arch = settings.arch.t oString()if settings.arch.cross_compile else ''51 test.arch = settings.arch.target if settings.arch.cross_compile else '' 52 52 return test 53 53
Note:
See TracChangeset
for help on using the changeset viewer.