1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-05 04:01:49 +02:00

[ticket/16659] First test run with all current tests

PHPBB3-16659
This commit is contained in:
Marc Alexander
2020-12-05 14:50:46 +01:00
parent 4729be9e96
commit d6e1989e1f
2 changed files with 39 additions and 36 deletions

View File

@@ -14,6 +14,7 @@ set -x
DB=$1
TRAVIS_PHP_VERSION=$2
NOTESTS=$3
MYISAM=$4
if [ "$NOTESTS" == '1' ]
then
@@ -26,7 +27,7 @@ then
psql -c 'create database phpbb_tests;' -U postgres
fi
if [ "$TRAVIS_PHP_VERSION" == "5.6" -a "$DB" == "mysql" ]
if [ "$MYISAM" == '1' ]
then
mysql -e 'SET GLOBAL storage_engine=MyISAM;'
mysql -h 127.0.0.1 -u root -e 'SET GLOBAL storage_engine=MyISAM;'
fi