Remove old file

This commit is contained in:
Taylor Gerring 2014-12-21 14:54:51 -06:00
parent 43bf3b4a78
commit 4fd4facf35
1 changed files with 0 additions and 8 deletions

View File

@ -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