mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-02-18 21:33:14 +01:00
test: Check that interrupt results in EXIT_SUCCESS
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user