summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests/2023-09-03-20-15-49.gh-issue-108834.Osvmhf.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Tests/2023-09-03-20-15-49.gh-issue-108834.Osvmhf.rst')
-rw-r--r--Misc/NEWS.d/next/Tests/2023-09-03-20-15-49.gh-issue-108834.Osvmhf.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS.d/next/Tests/2023-09-03-20-15-49.gh-issue-108834.Osvmhf.rst b/Misc/NEWS.d/next/Tests/2023-09-03-20-15-49.gh-issue-108834.Osvmhf.rst
deleted file mode 100644
index 098861f..0000000
--- a/Misc/NEWS.d/next/Tests/2023-09-03-20-15-49.gh-issue-108834.Osvmhf.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-Add ``--fail-rerun option`` option to regrtest: if a test failed when then
-passed when rerun in verbose mode, exit the process with exit code 2
-(error), instead of exit code 0 (success). Patch by Victor Stinner.