test: add killall to dockerfile. cleanup

This commit is contained in:
Ethan Buchman
2016-09-10 20:11:45 -04:00
parent 7f538266ea
commit 25839d0bb5
5 changed files with 16 additions and 13 deletions

View File

@@ -8,7 +8,7 @@ LIB=$1
GLIDE=$GOPATH/src/github.com/tendermint/tendermint/glide.lock
OLD_COMMIT=`bash scripts/glide/parse.sh $GLIDE $LIB`
OLD_COMMIT=`bash scripts/glide/parse.sh $LIB`
PWD=`pwd`
cd $GOPATH/src/github.com/tendermint/$LIB