mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-03-02 09:46:14 +00:00
test: Check that interrupt results in EXIT_SUCCESS
This commit is contained in:
parent
fab7c7f56c
commit
fa16b275fa
@ -53,7 +53,7 @@ class InitTest(BitcoinTestFramework):
|
||||
os.kill(node.process.pid, signal.CTRL_BREAK_EVENT)
|
||||
else:
|
||||
node.process.terminate()
|
||||
node.process.wait()
|
||||
assert_equal(0, node.process.wait())
|
||||
|
||||
lines_to_terminate_after = [
|
||||
b'Validating signatures for all blocks',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user