Changeset f9128a5 for tests/pybin


Ignore:
Timestamp:
May 27, 2019, 2:05:34 PM (5 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, cleanup-dtors, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
0c6900b
Parents:
f88a252
Message:

Fixed cross compilation bug in tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/test_run.py

    rf88a252 rf9128a5  
    4949                test.name = os.path.basename(target)
    5050                test.path = os.path.relpath (os.path.dirname(target), settings.SRCDIR)
    51                 test.arch = settings.arch.toString() if settings.arch.cross_compile else ''
     51                test.arch = settings.arch.target if settings.arch.cross_compile else ''
    5252                return test
    5353
Note: See TracChangeset for help on using the changeset viewer.