Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2580)

Unified Diff: tests/subprocess/nacl.scons

Issue 12594036: Add a scons pnacl finalize step for pnacl_generate_pexe tests. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Use StripSuffix Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/multiple_sandboxes/nacl.scons ('k') | tests/toolchain/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/subprocess/nacl.scons
diff --git a/tests/subprocess/nacl.scons b/tests/subprocess/nacl.scons
index 42d6d7aa1fb223f18fa61f5bc6b4f6067320d977..4702c2ab47bff838c86ae5cf0b6b60339e936fd5 100644
--- a/tests/subprocess/nacl.scons
+++ b/tests/subprocess/nacl.scons
@@ -36,8 +36,7 @@ subprogram_nexe = env.ComponentProgram('subprogram',
'${PTHREAD_LIBS}',
'${NONIRT_LIBS}'])
-if env.ShouldTranslateToNexe(subprogram_nexe):
- subprogram_nexe = env.GetTranslatedNexe(subprogram_nexe)
+subprogram_nexe = env.GetTranslatedNexe(subprogram_nexe)
if env.Bit('tests_use_irt'):
irt_var_flags = [ '--var', 'irt_nexe', env.GetIrtNexe() ]
« no previous file with comments | « tests/multiple_sandboxes/nacl.scons ('k') | tests/toolchain/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698