projects
/
mercurial.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a6ecf6
)
Tolerate SIGINT getting the kill in test-stdio.py.
author
Tristan Seligmann
<mithrandi@debian.org>
Mon, 17 Aug 2020 08:30:26 +0000
(10:30 +0200)
committer
Julien Cristau
<jcristau@debian.org>
Tue, 7 Jun 2022 18:53:46 +0000
(19:53 +0100)
Forwarded: https://bz.mercurial-scm.org/show_bug.cgi?id=6402
Gbp-Pq: Name 0005-Tolerate-SIGINT-getting-the-kill-in-test-stdio.py.patch
tests/test-stdio.py
patch
|
blob
|
history
diff --git
a/tests/test-stdio.py
b/tests/test-stdio.py
index d41bd53c998f99b0f6c7545a0080b5e8ee940aaf..82934db74a87febaebb085da40c666b13da562e7 100755
(executable)
--- a/
tests/test-stdio.py
+++ b/
tests/test-stdio.py
@@
-200,7
+200,7
@@
class TestStdio(unittest.TestCase):
raise
finally:
retcode = proc.wait()
- self.assert
Equal(retcode, 0
)
+ self.assert
In(retcode, [0, -2]
)
if post_child_check is not None:
post_child_check()