| Index: tests/debug_stub/nacl.scons
|
| ===================================================================
|
| --- tests/debug_stub/nacl.scons (revision 10601)
|
| +++ tests/debug_stub/nacl.scons (working copy)
|
| @@ -12,7 +12,7 @@
|
| 'debugger_test', 'debugger_test.c',
|
| EXTRA_LIBS=['${PTHREAD_LIBS}', '${NONIRT_LIBS}'])
|
|
|
| -sel_ldr_command = env.AddBootstrap(env.GetSelLdr(), ['-f', test_prog])
|
| +sel_ldr_command = env.AddBootstrap(env.GetSelLdr(), ['-v', '-f', test_prog])
|
|
|
| is_broken = not env.Bit('nacl_static_link') or env.GetSelLdr() is None
|
|
|
|
|