Skip to content

Commit

Permalink
GH-1461 Make WalletMgr honor --leave-running & --keep-logs
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Nov 13, 2023
1 parent b0c1296 commit 09e7fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_run_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
errFileName=f"{cluster.nodeosLogPath}/node_00/stderr.txt"
if args.error_log_path:
errFileName=args.error_log_path
walletMgr=WalletMgr(True, port=walletPort)
walletMgr=WalletMgr(True, port=walletPort, keepRunning=args.leave_running, keepLogs=args.keep_logs)
testSuccessful=False
dontBootstrap=sanityTest # intent is to limit the scope of the sanity test to just verifying that nodes can be started

Expand Down

0 comments on commit 09e7fc2

Please sign in to comment.