diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-03-28 20:41:43 +0200 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-03-28 20:41:43 +0200 |
| commit | bdf124975fc65dfaa07932a8bad8419ad39dbbdd (patch) | |
| tree | 0d7adf0ac0824433876b20d1eea58be75808eb18 | |
| parent | b014b19192b4ae64d848b25e99856eb4ba6cdd72 (diff) | |
| download | minishell_test-master.tar.gz minishell_test-master.tar.bz2 minishell_test-master.zip | |
| -rw-r--r-- | docs/config.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/config.rst b/docs/config.rst index adc4c07..8ebe04f 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -84,6 +84,12 @@ Global settings are defined under the ``[minishell_test]`` section. | Pager to use when viewing your results after the tests finished running. | Will be called like: ``{pager} {log_filename}``. +.. conf:: end_command_with_linefeed + + :type: true|false + + Weather the test should add a linefeed (``\n``) at the end of the command passed via ``-c``. + Shell ----- |
