erigon-pulse/cmd/swarm
Ferenc Szabo d9e324a331 cmd/swarm: respect --loglevel in run_test helpers (#17739)
When CLI tests were spanning new nodes, the log level verbosity was
hard coded as 6. So the Swarm process was always polluting the test
output with TRACE level logs.

Now `go test -v ./cmd/swarm -loglevel 0` works as expected.
2018-09-28 22:49:15 +02:00
..
swarm-smoke swarm: Chunk refactor (#17659) 2018-09-13 11:42:19 +02:00
access_test.go cmd/swarm: added password to ACT (#17598) 2018-09-07 09:56:05 +02:00
access.go cmd/swarm: trim new lines from files 2018-09-28 14:38:05 +02:00
bootnodes.go cmd/swarm: added swarm bootnodes (#17414) 2018-08-20 15:09:50 +03:00
config_test.go cmd/swarm: solve rare cases of using the same random port in tests (#17352) 2018-08-09 16:15:59 +02:00
config.go cmd/swarm: fail on SWARM_ENV_MAX_STREAM_PEER_SERVERS parsing error 2018-09-27 10:08:57 +02:00
db.go swarm: network rewrite merge 2018-06-21 21:10:31 +02:00
download.go cmd/swarm, swarm: added access control functionality (#17404) 2018-08-15 17:41:52 +02:00
export_test.go swarm: network rewrite merge 2018-06-21 21:10:31 +02:00
fs_test.go cmd/swarm: disable TestCLISwarmFs fuse test on darwin (#17340) 2018-08-09 16:14:30 +02:00
fs.go cmd/swarm, swarm: various test fixes (#17299) 2018-08-06 12:33:22 +03:00
hash.go swarm: Chunk refactor (#17659) 2018-09-13 11:42:19 +02:00
list.go cmd/swarm, swarm: added access control functionality (#17404) 2018-08-15 17:41:52 +02:00
main.go Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#17559) 2018-09-28 12:07:17 +02:00
manifest_test.go Manifest cli fix and upload defaultpath only once (#17375) 2018-08-10 16:12:55 +02:00
manifest.go Manifest cli fix and upload defaultpath only once (#17375) 2018-08-10 16:12:55 +02:00
mru_test.go Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#17559) 2018-09-28 12:07:17 +02:00
mru.go Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#17559) 2018-09-28 12:07:17 +02:00
run_test.go cmd/swarm: respect --loglevel in run_test helpers (#17739) 2018-09-28 22:49:15 +02:00
swarm Swarm MRUs: Adaptive frequency / Predictable lookups / API simplification (#17559) 2018-09-28 12:07:17 +02:00
upload_test.go Manifest cli fix and upload defaultpath only once (#17375) 2018-08-10 16:12:55 +02:00
upload.go cmd/swarm: use expandPath for swarm cli path parameters 2018-09-25 15:54:47 +03:00