fix flowrate dep and test

This commit is contained in:
Ethan Buchman
2016-12-09 01:28:08 -05:00
parent bc95700dcf
commit 8390e88e27
5 changed files with 15 additions and 10 deletions

View File

@ -1,10 +1,11 @@
#! /bin/bash
set -euo pipefail
LIB=$1
if [[ "$GLIDE" == "" ]]; then
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
fi
set -euo pipefail
LIB=$1
cat $GLIDE | grep -A1 $LIB | grep -v $LIB | awk '{print $2}'