| Index: test/builtins/Unit/nacltest.py
|
| diff --git a/test/builtins/Unit/nacltest.py b/test/builtins/Unit/nacltest.py
|
| index 33d526805ff6a1dea8c87abba0ee701227ca0f74..f0372b73a9e4d42fba87daca1698ca7fddc6f440 100755
|
| --- a/test/builtins/Unit/nacltest.py
|
| +++ b/test/builtins/Unit/nacltest.py
|
| @@ -64,7 +64,7 @@ def main(argv):
|
| exe_suffix = '.pexe' if 'pnacl-clang' in cc else '.nexe'
|
| nexe = os.path.join(workdir, os.path.basename(test + exe_suffix))
|
| build_cmd = [cc, '-I' + inc_dir, '-o', nexe, test] + flags
|
| - run_cmd = [run_py, nexe]
|
| + run_cmd = [run_py, '-arch', 'env', nexe]
|
| try:
|
| print ' '.join(build_cmd)
|
| subprocess.check_call(build_cmd)
|
|
|