aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/swarm/run_test.go
Commit message (Collapse)AuthorAgeFilesLines
* swarm/api: make api.NewManifest synchronous (#14880)Lewis Marshall2017-07-311-0/+1
| | | | | Previously, NewManifest was asynchronous so subsequent code which tried to use the returned manifest could error as the manifest was not yet persisted.
* cmd/swarm: Exit if --ethapi is setLewis Marshall2017-06-301-1/+1
| | | | | | | | The previous attempt to use --ethapi as a fallback if --ens-api is not set does not work because --ens-api has a default value, and also setting --ens-api to "" is the suggested way to disable ENS lookups. Signed-off-by: Lewis Marshall <lewis@lmars.net>
* swarm/test: add integration test for 'swarm up' (#14353)Lewis Marshall2017-06-211-0/+255