quorum/cmd
Felix Lange b04219fdbb cmd/utils: don't check for stderr redirect on windows
The redirect check did not work on Go 1.6 and below because Stat
returned an error for stdout and stderr. In Go 1.7 Stat works on stdout
but doesn't return anything meaningful, causing cmd/geth test failures
because the message is printed to stderr only. Fix it by printing to
stdout only.
2016-09-26 17:35:19 +02:00
..
abigen common/compiler: simplify solc wrapper 2016-08-17 17:39:04 +02:00
bootnode cmd/bootnode: Add support for outputting a node's ID on the command line 2016-07-15 11:09:37 +01:00
disasm all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
ethtest core, params, tests: add DAO hard-fork balance moves 2016-07-15 16:52:55 +03:00
evm cmd/evm, cmd/geth, cmd/utils: move version handling to cmd/utils 2016-09-05 13:24:11 +02:00
geth cmd, eth: drop the blockchain version from cli/eth configs 2016-09-15 14:09:47 +03:00
gethrpctest cmd/utils, node: create account manager in package node 2016-08-17 17:39:03 +02:00
rlpdump all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
utils cmd/utils: don't check for stderr redirect on windows 2016-09-26 17:35:19 +02:00