forked from mirror/go-ethereum
commit
60b1f9629c
@ -1,8 +0,0 @@ |
||||
#!/bin/bash |
||||
|
||||
set -e |
||||
|
||||
TEST_DEPS=$(go list -f '{{.Imports}} {{.TestImports}} {{.XTestImports}}' github.com/ethereum/go-ethereum/... | sed -e 's/\[//g' | sed -e 's/\]//g' | sed -e 's/C //g') |
||||
if [ "$TEST_DEPS" ]; then |
||||
go get -race $TEST_DEPS |
||||
fi |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue