diff options
author | Bernát Gábor <gaborjbernat@gmail.com> | 2022-12-03 15:29:15 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-03 15:29:15 -0800 |
commit | f4b43b589bc3f1ee612224156cf027c7b6d6d6d3 (patch) | |
tree | d11706051a94620e7437334837fd0e98944a0cf8 /docs | |
parent | 55953b77ec6e82f0b3dbccf3ad0f24ce1fecef05 (diff) | |
download | tox-git-f4b43b589bc3f1ee612224156cf027c7b6d6d6d3.tar.gz |
Support - prefix for commands exit code ignore (#2586)
Resolves https://github.com/tox-dev/tox/issues/2561
Diffstat (limited to 'docs')
-rw-r--r-- | docs/changelog/2561.bugfix.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/changelog/2561.bugfix.rst b/docs/changelog/2561.bugfix.rst new file mode 100644 index 00000000..54c1ef35 --- /dev/null +++ b/docs/changelog/2561.bugfix.rst @@ -0,0 +1 @@ +Support in INI files for ignore exit code marker the ``-`` without a subsequent space too - by :user:`gaborbernat`. |