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

Unified Diff: native_client_sdk/src/tools/tests/create_nmf_test.py

Issue 229283003: Applied changes to chromium tree for new NaCl toolchain directories. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 8 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
Index: native_client_sdk/src/tools/tests/create_nmf_test.py
diff --git a/native_client_sdk/src/tools/tests/create_nmf_test.py b/native_client_sdk/src/tools/tests/create_nmf_test.py
index aca8fe9723ad93b33e5fc8701609716609b43cdd..da09dd20d076b32579df4e325038a1049e25bf38 100755
--- a/native_client_sdk/src/tools/tests/create_nmf_test.py
+++ b/native_client_sdk/src/tools/tests/create_nmf_test.py
@@ -84,7 +84,8 @@ class TestNmfUtils(unittest.TestCase):
def setUp(self):
self.tempdir = None
toolchain = os.path.join(CHROME_SRC, 'native_client', 'toolchain')
- self.toolchain = os.path.join(toolchain, '%s_x86' % getos.GetPlatform())
+ self.toolchain = os.path.join(toolchain, '%s_x86' % getos.GetPlatform(),
+ 'nacl_x86_glibc')
self.objdump = os.path.join(self.toolchain, 'bin', 'i686-nacl-objdump')
if os.name == 'nt':
self.objdump += '.exe'

Powered by Google App Engine
This is Rietveld 408576698