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

Unified Diff: tests/multiple_sandboxes/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/minnacl/nacl.scons ('k') | tests/subprocess/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/multiple_sandboxes/nacl.scons
diff --git a/tests/multiple_sandboxes/nacl.scons b/tests/multiple_sandboxes/nacl.scons
index 3b83ed9e76f2aa1b4f4676f1229f88ca1ba1d2e3..95298222c10eded10be66ddef1f39b3d862c1e69 100644
--- a/tests/multiple_sandboxes/nacl.scons
+++ b/tests/multiple_sandboxes/nacl.scons
@@ -22,8 +22,7 @@ test_prog = env.ComponentProgram(
EXTRA_LIBS=['imc_syscalls', '${NONIRT_LIBS}'])
# If we are generating a pexe, translate it first
-if env.ShouldTranslateToNexe(test_prog):
- test_prog = env.GetTranslatedNexe(test_prog)
+test_prog = env.GetTranslatedNexe(test_prog)
node = env.CommandTest('multidomain_test.out', [runner, test_prog],
# Increase verbosity to get more information in
« no previous file with comments | « tests/minnacl/nacl.scons ('k') | tests/subprocess/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698