Merge pull request #1918 from dnephin/fix_scripts_test

Fix scripts/test and add to note about pre-commit hook to contributing
This commit is contained in:
Aanand Prasad 2015-09-02 14:28:51 -07:00
commit 027414cfc0
4 changed files with 21 additions and 11 deletions

View file

@ -10,6 +10,7 @@ set -e
export DOCKER_VERSIONS=all
export DOCKER_DAEMON_ARGS="--storage-driver=overlay"
GIT_VOLUME="--volumes-from=$(hostname)"
. script/test-versions
>&2 echo "Building Linux binary"