[Cmake-commits] CMake branch, next, updated. v3.0.1-5082-g496d035
Nils Gladitz
nilsgladitz at gmail.com
Mon Sep 1 03:22:44 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 496d0357f9273304bfe6d706ca6a42e8f80f2bf0 (commit)
via 6767660f2c907840ad7ecd959f111e9ddb14b43b (commit)
from 7aaeec4f75ac97cf3e063f329f9bf6950d55caf0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=496d0357f9273304bfe6d706ca6a42e8f80f2bf0
commit 496d0357f9273304bfe6d706ca6a42e8f80f2bf0
Merge: 7aaeec4 6767660
Author: Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Mon Sep 1 03:22:43 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Sep 1 03:22:43 2014 -0400
Merge topic 'ctest-help-fix' into next
6767660f CTest: Add missing space in command line help.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=6767660f2c907840ad7ecd959f111e9ddb14b43b
commit 6767660f2c907840ad7ecd959f111e9ddb14b43b
Author: Nils Gladitz <nilsgladitz at gmail.com>
AuthorDate: Mon Sep 1 09:18:51 2014 +0200
Commit: Nils Gladitz <nilsgladitz at gmail.com>
CommitDate: Mon Sep 1 09:18:51 2014 +0200
CTest: Add missing space in command line help.
diff --git a/Source/ctest.cxx b/Source/ctest.cxx
index ff32de9..2c72b4d 100644
--- a/Source/ctest.cxx
+++ b/Source/ctest.cxx
@@ -48,7 +48,7 @@ static const char * cmDocumentationOptions[][2] =
{"--output-on-failure", "Output anything outputted by the test program "
"if the test should fail."},
{"-F", "Enable failover."},
- {"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the"
+ {"-j <jobs>, --parallel <jobs>", "Run the tests in parallel using the "
"given number of jobs."},
{"-Q,--quiet", "Make ctest quiet."},
{"-O <file>, --output-log <file>", "Output to log file"},
@@ -98,7 +98,7 @@ static const char * cmDocumentationOptions[][2] =
{"--test-timeout", "The time limit in seconds, internal use only."},
{"--tomorrow-tag", "Nightly or experimental starts with next day tag."},
{"--ctest-config", "The configuration file used to initialize CTest state "
- "when submitting dashboards."},
+ "when submitting dashboards."},
{"--overwrite", "Overwrite CTest configuration option."},
{"--extra-submit <file>[;<file>]", "Submit extra files to the dashboard."},
{"--force-new-ctest-process", "Run child CTest instances as new processes"},
-----------------------------------------------------------------------
Summary of changes:
Source/ctest.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list