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

Unified Diff: native_client_sdk/src/build_tools/tests/set_nacl_env_test.py

Issue 8885015: Fixed set_nacl_env_test for changes to utf8 conversion in ppapi (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: native_client_sdk/src/build_tools/tests/set_nacl_env_test.py
diff --git a/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py b/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py
index f1ad4e70600142ad41e46d7ee21381f9a0bf7bde..b36cc0db46a819cbfd55dedb94cd084db75f9588 100755
--- a/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py
+++ b/native_client_sdk/src/build_tools/tests/set_nacl_env_test.py
@@ -93,6 +93,9 @@ class TestSetNaclEnv(unittest.TestCase):
src_dir = os.path.join(SCRIPT_DIR, 'set_nacl_env_test_archive')
for file in glob.iglob(os.path.join(src_dir, '*')):
shutil.copy2(file, self._temp_dir)
+ shutil.copy2(os.path.join(SDK_ROOT_DIR, 'examples', 'hello_world_c',
+ 'hello_world_c.c'),
+ self._temp_dir)
script = os.path.join(SDK_ROOT_DIR, 'build_tools', 'sdk_tools',
'set_nacl_env.py')
« no previous file with comments | « no previous file | native_client_sdk/src/build_tools/tests/set_nacl_env_test_archive/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698