projects
/
mercurial.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c44ae5a
)
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 May 2024 15:26:47 +0000
(17:26 +0200)
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 93bad9521e48f0549b484ad604beba9f5011fef3..224c2da43ed5d735983a2ec239de3970db95aa40 100755
(executable)
--- a/
tests/test-stdio.py
+++ b/
tests/test-stdio.py
@@
-175,7
+175,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()