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

Unified Diff: SConstruct

Issue 9853033: Enable some sandboxed translation tests (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: don't do non-translator tests with generate_pexe Created 8 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 | « no previous file | buildbot/buildbot_pnacl.sh » ('j') | buildbot/buildbot_pnacl.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: SConstruct
diff --git a/SConstruct b/SConstruct
index e23aff45160f8dfb0d860cf008d0f45ef7d7b6ac..b6ea8c1fc7bc38efefcf138064f6568e2b779bce 100755
--- a/SConstruct
+++ b/SConstruct
@@ -3844,7 +3844,8 @@ def PnaclSetEmulatorForSandboxedTranslator(selected_envs):
and env.UsingEmulator()):
# This must modify the LINK command itself, since LINKFLAGS may
# be filtered (e.g., in barebones tests).
- env['LINK'] = env.get('LINK') + ' --pnacl-use-emulator'
+ env.Append(LINK=' --pnacl-use-emulator')
+ env.Append(TRANSLATE=' --pnacl-use-emulator')
# ----------------------------------------------------------
# Blank out defaults.
« no previous file with comments | « no previous file | buildbot/buildbot_pnacl.sh » ('j') | buildbot/buildbot_pnacl.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698