[Commits] SDL: Changed the usage help.
libsdl.org revision control
commits-owner at libsdl.org
Mon Aug 29 10:20:26 PDT 2011
details: http://hg.libsdl.org/SDL/rev/8fc92ff2054b
changeset: 5738:8fc92ff2054b
user: Markus Kauppila <markus.kauppila at gmail.com>
date: Sun Jul 03 11:14:52 2011 +0300
description:
Changed the usage help.
diffstat:
test/test-automation/runner.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 303be71c64aa -r 8fc92ff2054b test/test-automation/runner.c
--- a/test/test-automation/runner.c Sun Jul 03 10:54:21 2011 +0300
+++ b/test/test-automation/runner.c Sun Jul 03 11:14:52 2011 +0300
@@ -550,13 +550,14 @@
printUsage() {
printf("Usage: ./runner [--in-proc] [--suite SUITE] [--test TEST]\n");
printf(" [--name-contains SUBSTR] [--show-tests\n");
- printf(" [--xml] [--xsl] [--xsl STYLESHEET] [--help]\n");
+ printf(" [--xml] [--xsl [STYLESHEET]] [--help]\n");
printf("Options:\n");
printf(" --in-proc Executes tests in-process\n");
printf(" --show-tests Prints out all the executable tests\n");
printf(" --xml Enables XML logger\n");
- printf(" --xsl Adds default XSL stylesheet to XML test reports\n");
- printf(" --xsl STYLESHEET Use the given file as XSL style sheet for XML\n");
+ printf(" --xsl [STYLESHEET] Adds XSL stylesheet to the XML test reports for\n");
+ printf(" browser viewing. Optionally uses the specified XSL\n");
+ printf(" file or URL instead of the default one\n");
printf(" -t --test TEST Executes only tests with given name\n");
printf(" -ts --name-contains SUBSTR Executes only tests that have given\n");
printf(" substring in test name\n");
More information about the commits
mailing list