go-ethereum/cmd
Felix Lange 25205d64d7 [release/1.4.14] 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.

(cherry picked from commit b04219fdbb)
2016-09-28 13:32:06 +03:00
..
abigen all: update license information 2016-04-15 09:48:05 +02:00
bootnode cmd/bootnode: fix -genkey, add logging options 2016-04-22 13:35:40 +02:00
disasm all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
ethtest [release/1.4.10] core, params, tests: add DAO hard-fork balance moves 2016-07-16 14:30:03 +03:00
evm [release/1.4.9] Revert "test, cmd/evm, core, core/vm: illegal code hash implementation" 2016-06-29 11:53:41 +03:00
geth [release 1.4.12] VERSION, cmd/geth: bumped version 1.4.13 2016-09-26 08:50:13 +03:00
gethrpctest Merge pull request #2284 from fjl/accounts-addr-cache 2016-04-12 17:51:09 +03:00
rlpdump all: update license headers to distiguish GPL/LGPL 2015-07-22 18:51:45 +02:00
utils [release/1.4.14] cmd/utils: don't check for stderr redirect on windows 2016-09-28 13:32:06 +03:00