Page MenuHomePhabricator

contrib: remove accounts from bash completion
ClosedPublic

Authored by PiRK on Nov 2 2020, 09:35.

Details

Reviewers
jasonbcox
Group Reviewers
Restricted Owners Package(Owns No Changed Paths)
Restricted Project
Commits
rABC0ca680a034a5: contrib: remove accounts from bash completion
Summary

This is a backport of Core PR17282

Test Plan

sudo cp contrib/bitcoin-cli.bash-completion /etc/bash_completion.d/

Open a new terminal and test autocompletion of RPC commands.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Owners added a reviewer: Restricted Owners Package.Nov 2 2020, 09:35
PiRK requested review of this revision.Nov 2 2020, 09:35

Failed tests logs:

====== Bitcoin ABC functional tests: p2p_timeouts.py ======

------- Stdout: -------
2020-11-02T09:47:44.874000Z TestFramework (INFO): Initializing test directory /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201102_094712/p2p_timeouts_220
2020-11-02T09:47:50.191000Z TestFramework (ERROR): Assertion failed
Traceback (most recent call last):
  File "/work/test/functional/test_framework/test_framework.py", line 209, in main
    self.run_test()
  File "/work/test/functional/p2p_timeouts.py", line 89, in run_test
    assert not no_verack_node.is_connected
AssertionError
2020-11-02T09:47:51.692000Z TestFramework (INFO): Stopping nodes
2020-11-02T09:47:51.944000Z TestFramework (WARNING): Not cleaning up dir /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201102_094712/p2p_timeouts_220
2020-11-02T09:47:51.944000Z TestFramework (ERROR): Test failed. Test logging available at /work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201102_094712/p2p_timeouts_220/test_framework.log
2020-11-02T09:47:51.944000Z TestFramework (ERROR): Hint: Call /work/test/functional/combine_logs.py '/work/abc-ci-builds/build-without-wallet/test/tmp/test_runner_₿₵_  _20201102_094712/p2p_timeouts_220' to consolidate all logs

Each failure log is accessible here:
Bitcoin ABC functional tests: p2p_timeouts.py

This revision is now accepted and ready to land.Nov 2 2020, 17:20