mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-08 11:07:58 +00:00
PT-1810 Updated deps
This commit is contained in:
12
runtests.sh
Executable file
12
runtests.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
MYSQL_VERSION=$(mysql -ss -e "SELECT VERSION()")
|
||||
LOGFILE=${HOME}/pt-tests-$(git rev-parse --abbrev-ref HEAD)-mysql-${MYSQL_VERSION}.log
|
||||
echo "" > ${LOGFILE}
|
||||
|
||||
export PERCONA_TOOLKIT_SANDBOX=${HOME}/mysql/my-5.7
|
||||
for d in $(ls -d t/*)
|
||||
do
|
||||
sandbox/test-env restart
|
||||
prove -vw $d | tee -a ${LOGFILE}
|
||||
done
|
Reference in New Issue
Block a user