PMM-2605 Removed go 1.9.x from .travis.yml

Also updated Makefile to run all the tests
This commit is contained in:
Carlos Salguero
2019-11-11 10:46:57 -03:00
parent 061e6bb5c1
commit 3caa8c4a25
8 changed files with 57 additions and 46 deletions

View File

@@ -4,7 +4,9 @@ export BASEDIR=$(git rev-parse --show-toplevel)
export CHECK_SESSIONS=0
cd $BASEDIR
for dir in $(ls -d pt-*)
source ${BASEDIR}/src/go/setenv.sh
for dir in $(ls -d ./src/go/pt-*)
do
echo "Running tests at $BASEDIR/$dir"
cd $BASEDIR/$dir