From 1db056ea6939178487277aaabea4c997c3f6ef66 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 09:23:10 -0800 Subject: [PATCH] Added -o Updated Command line (markdown) --- Command-line.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Command-line.md b/Command-line.md index 2625c95..6a00b4c 100644 --- a/Command-line.md +++ b/Command-line.md @@ -68,4 +68,11 @@ Examples: -l test -l reporter xml -l xml - \ No newline at end of file + + +## Sending output to a file +
+-o, --out <filename>
+
+ +Use this option to send all output to a file. Without the option output is sent to stdout (note that uses of stdout and stderr *from within test cases* are redirected and included in the report - so even stderr will effectively end up on stdout).