good morning!!!!

Skip to content
Snippets Groups Projects
Commit 4fd4facf authored by Taylor Gerring's avatar Taylor Gerring
Browse files

Remove old file

parent 43bf3b4a
No related branches found
No related tags found
No related merge requests found
#!/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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment