aboutsummaryrefslogtreecommitdiff
path: root/docs/options.rst
diff options
context:
space:
mode:
authorCharles Cabergs <me@cacharle.xyz>2021-03-01 14:39:47 +0100
committerCharles Cabergs <me@cacharle.xyz>2021-03-01 14:39:47 +0100
commita0f278b13a1347663fd9626322b30e7b87615a0d (patch)
tree4d2fdfd8d582f6b29358d3a6be53d4cbd3d87cb8 /docs/options.rst
parent9a0f89c4c9310204a331d4b75e679a71faa6c153 (diff)
downloadminishell_test-a0f278b13a1347663fd9626322b30e7b87615a0d.tar.gz
minishell_test-a0f278b13a1347663fd9626322b30e7b87615a0d.tar.bz2
minishell_test-a0f278b13a1347663fd9626322b30e7b87615a0d.zip
Added custom test configuration
Diffstat (limited to 'docs/options.rst')
-rw-r--r--docs/options.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/options.rst b/docs/options.rst
index dd524d9..c342090 100644
--- a/docs/options.rst
+++ b/docs/options.rst
@@ -47,7 +47,8 @@ Command line Options
Print available test suites
.. command-output:: minishell_test --list
- :ellipsis: 15
+
+.. :ellipsis: 15
.. option:: -t <COMMAND>, --try <COMMAND>
@@ -64,7 +65,7 @@ Memory Leaks
.. option:: -k, --check-leaks
| Runs `valgrind <https://valgrind.org/>`_ on tests to check for memory leaks.
- | (disable the usual comparison with the :ref:`reference shell <config-shell-reference-path>`)
+ | (disable the usual comparison with the :ref:`config-reference-shell`)
.. warning::
| Running ``valgrind`` on each tests may take a while especially if your ``minishell`` isn't correctly optimized,