mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-21 03:14:58 +00:00
PMM-2605 Removed go 1.9.x from .travis.yml
Also updated Makefile to run all the tests
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user