aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/consolecmd_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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