Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tails
tails
Commits
47ce1e63
Commit
47ce1e63
authored
Sep 15, 2015
by
anonym
Browse files
Escape backticks in --help.
Otherwise --help will try to run those quote things as commands in the shell. Oops!
parent
50bf15c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
run_test_suite
View file @
47ce1e63
...
...
@@ -84,12 +84,12 @@ Options for '@product' features:
Note that '@source' features has no relevant options.
CUCUMBER_ARGS can be used to specify which features to be run, but also any
cucumber option, although then you must pass
`
--
`
first to let this wrapper
cucumber option, although then you must pass
\
`
--
\
`
first to let this wrapper
script know that we're done with *its* options. For debugging purposes, a
'debug' formatter has been added so pretty debugging can be enabled with
`
--format
debug
`
. You could even combine the default (pretty) formatter with
pretty debugging printed to a file with
`
--format
pretty
--format
debug
--out
debug.log
`
.
\
`
--format debug
\
`
. You could even combine the default (pretty) formatter with
pretty debugging printed to a file with
\
`
--format pretty --format debug
--out debug.log
\
`
.
"
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment