Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add --no-auto-keosd to cli_test #97

Merged
merged 1 commit into from
Apr 13, 2022
Merged

add --no-auto-keosd to cli_test #97

merged 1 commit into from
Apr 13, 2022

Conversation

spoonincode
Copy link
Member

Best I can tell, the cli_test does not need keosd to test what it is trying to test. So add --no-auto-keosd on the cleos calls to prevent keosd from starting. Otherwise, a keosd using the default wallet path is left running after the tests are completed.

This leftover keosd is probably quite benign in this case, though imo it's nice to keep the ctest -LE _tests variety of tests (i.e. "parallelizable tests") leave behind no side effects.

Ports EOSIO/eos#10134

@spoonincode spoonincode merged commit db66d79 into main Apr 13, 2022
@spoonincode spoonincode deleted the cli_test_no_keosd branch April 13, 2022 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants