INN commit: trunk/tests (runtests.c)
INN Commit
rra at isc.org
Tue Jul 7 16:37:18 UTC 2015
Date: Tuesday, July 7, 2015 @ 09:37:17
Author: iulius
Revision: 9916
Sync with latest C TAP Harness upstream package
Rebalance usage to avoid too-long strings master
Modified:
trunk/tests/runtests.c
------------+
runtests.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: runtests.c
===================================================================
--- runtests.c 2015-07-07 16:36:20 UTC (rev 9915)
+++ runtests.c 2015-07-07 16:37:17 UTC (rev 9916)
@@ -210,10 +210,11 @@
Usage: %s [-hv] [-b <build-dir>] [-s <source-dir>] <test> ...\n\
%s [-hv] [-b <build-dir>] [-s <source-dir>] -l <test-list>\n\
%s -o [-h] [-b <build-dir>] [-s <source-dir>] <test>\n\
-\n%s";
-static const char usage_extra[] = "\
+\n\
Options:\n\
-b <build-dir> Set the build directory to <build-dir>\n\
+%s";
+static const char usage_extra[] = "\
-l <list> Take the list of tests to run from <test-list>\n\
-o Run a single test rather than a list of tests\n\
-s <source-dir> Set the source directory to <source-dir>\n\
More information about the inn-committers
mailing list