diff options
author | Brad King <brad.king@kitware.com> | 2015-04-22 12:30:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2015-04-22 12:30:51 (GMT) |
commit | a61e09948fb4d8387204d2cf39f0f1dee31d5d8d (patch) | |
tree | 9c9643170b4a26f18627d3a71e474a248baeb5e4 /Help | |
parent | 5a5ef00106662da5c6400d76438289f505b4a1ff (diff) | |
download | CMake-a61e09948fb4d8387204d2cf39f0f1dee31d5d8d.zip CMake-a61e09948fb4d8387204d2cf39f0f1dee31d5d8d.tar.gz CMake-a61e09948fb4d8387204d2cf39f0f1dee31d5d8d.tar.bz2 |
Help: Fix formatting of env var refs in ctest.1 manual
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 584786f..d0ac28d 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -48,7 +48,9 @@ Options useful for debugging dashboard problems. ``--output-on-failure`` - Output anything outputted by the test program if the test should fail. This option can also be enabled by setting the environment variable CTEST_OUTPUT_ON_FAILURE + Output anything outputted by the test program if the test should fail. + This option can also be enabled by setting the environment variable + ``CTEST_OUTPUT_ON_FAILURE``. ``-F`` Enable failover. @@ -62,7 +64,7 @@ Options This option tells ctest to run the tests in parallel using given number of jobs. This option can also be set by setting the - environment variable CTEST_PARALLEL_LEVEL. + environment variable ``CTEST_PARALLEL_LEVEL``. ``-Q,--quiet`` Make ctest quiet. |