Skip to content

Commit

Permalink
GH-223 Remove hard-coded Test succeeded message
Browse files Browse the repository at this point in the history
  • Loading branch information
heifner committed Sep 24, 2022
1 parent f1d2ff5 commit 68b2543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/nodeos_contrl_c_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
errorExit("Failed to kill the seed node")

finally:
TestHelper.shutdown(cluster, walletMgr, testSuccessful=True, killEosInstances=True, killWallet=True, keepLogs=True, cleanRun=True, dumpErrorDetails=True)
TestHelper.shutdown(cluster, walletMgr, testSuccessful=testSuccessful, killEosInstances=True, killWallet=True, keepLogs=True, cleanRun=True, dumpErrorDetails=True)

errorCode = 0 if testSuccessful else 1
exit(errorCode)

0 comments on commit 68b2543

Please sign in to comment.