Index: native_client_sdk/src/build_tools/test_projects.py |
diff --git a/native_client_sdk/src/build_tools/test_projects.py b/native_client_sdk/src/build_tools/test_projects.py |
index 9c1a0572127a75ce8821281e52805f4c3cc22dc7..4d7524e129dc75317257fa29f5d5d15fcbd0db8f 100755 |
--- a/native_client_sdk/src/build_tools/test_projects.py |
+++ b/native_client_sdk/src/build_tools/test_projects.py |
@@ -103,7 +103,7 @@ def GetBrowserTesterCommand(desc, toolchain, config): |
args.extend(['--ppapi_plugin', ppapi_plugin]) |
if toolchain == 'pnacl': |
- args.extend(['--browser_flag', '--enable-pnacl']) |
+ args.extend(['--browser_flag']) |
jvoung (off chromium)
2013/07/24 15:46:58
I don't think you need --browser_flag either. My
sehr
2013/07/24 16:57:02
Yes, what I had would never have worked. Sorry.
|
url = 'index.html' |
url += '?tc=%s&config=%s&test=true' % (toolchain, config) |