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

Unified Diff: tests/gdb/nacl.scons

Issue 11881048: Change debug stub log message verbosity level to 1. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 7 years, 11 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/debug_stub/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/gdb/nacl.scons
===================================================================
--- tests/gdb/nacl.scons (revision 10601)
+++ tests/gdb/nacl.scons (working copy)
@@ -37,7 +37,7 @@
if not env.Bit('nacl_static_link'):
test_args += ['--ld_so', env.File('${NACL_SDK_LIB}/runnable-ld.so'),
'--library_path', env['NACL_SDK_LIB']]
-test_args += ['--'] + env.AddBootstrap(env.GetSelLdr(), [])
+test_args += ['--'] + env.AddBootstrap(env.GetSelLdr(), ['-v'])
extra_deps = [env.File('gdb_test.py')]
« no previous file with comments | « tests/debug_stub/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698