aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/geth/consolecmd_test.go
Commit message (Collapse)AuthorAgeFilesLines
* [release/1.4.7] cmd/geth: truly randomize console test RPC endpointsPéter Szilágyi2016-06-141-4/+12
| | | | (cherry picked from commit 32258af87be39994baca95aa92cb5565ee69571a)
* [release/1.4.6] cmd/geth: make console tests more robustFelix Lange2016-06-061-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 (cherry picked from commit b57b6e341e3865de3b3a5aa108e642d1a6a5b590)
* [release/1.4.6] cmd, console: split off the console into a reusable packagePéter Szilágyi2016-06-061-0/+152
(cherry picked from commit ffaf58f0a98bd987bbe76e8669bb22c405dcd62a)