help: Added usage for --debug and --debug-transport
This commit is contained in:
parent
4606ceb415
commit
df5ed94654
1 changed files with 5 additions and 0 deletions
|
@ -71,6 +71,11 @@
|
||||||
"(1 by default)\n" \
|
"(1 by default)\n" \
|
||||||
" --crash: crash failing assertions rather than " \
|
" --crash: crash failing assertions rather than " \
|
||||||
"aborting (for debugging purposes)\n" \
|
"aborting (for debugging purposes)\n" \
|
||||||
|
" --debug[=TYPE]: run tests with a debugging " \
|
||||||
|
"server, listening on localhost:1234 by " \
|
||||||
|
"default. TYPE may be gdb, lldb, or wingbd.\n" \
|
||||||
|
" --debug-transport=VAL: the transport to use by " \
|
||||||
|
"the debugging server. `tcp:1234` by default\n" \
|
||||||
" -OP:F or --output=PROVIDER=FILE: write test " \
|
" -OP:F or --output=PROVIDER=FILE: write test " \
|
||||||
"report to FILE using the specified provider\n"
|
"report to FILE using the specified provider\n"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue