aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/consolecmd_test.go
Commit message (Collapse)AuthorAgeFilesLines
* cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utilsFelix Lange2016-09-051-2/+3
|
* cmd/geth: truly randomize console test RPC endpointsPéter Szilágyi2016-06-081-4/+12
|
* cmd/geth: make console tests more robustFelix Lange2016-06-031-18/+28
| | | | | | * use --port 0 to avoid p2p port conflicts * use --maxpeers 0 so it doesn't connect to bootstrap nodes * use geth.expectExit() to wait for termination
* cmd, console: split off the console into a reusable packagePéter Szilágyi2016-05-301-0/+152