Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #7233 from EOSIO/catch-test-fix
Browse files Browse the repository at this point in the history
startup catchup test not killing node
  • Loading branch information
arhag committed Apr 29, 2019
2 parents eaac90e + cf63106 commit 2476fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_startup_catchup.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def waitForNodeStarted(node):
catchupNode.interruptAndVerifyExitStatus(60)

Print("Restart catchup node")
catchupNode.relaunch(catchupNodeNum)
catchupNode.relaunch(catchupNodeNum, cachePopen=True)
waitForNodeStarted(catchupNode)
lastCatchupLibNum=lib(catchupNode)

Expand Down

0 comments on commit 2476fae

Please sign in to comment.