mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
mysql.spec.sh:
Aligned test flags to TAR builds support-files/mysql.spec.sh: Aligned test flags to TAR builds
This commit is contained in:
@@ -357,12 +357,13 @@ then
|
|||||||
cp -fp mysql-release-%{mysql_version}/config.log "$MYSQL_CONFLOG_DEST"
|
cp -fp mysql-release-%{mysql_version}/config.log "$MYSQL_CONFLOG_DEST"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
(cd mysql-release-%{mysql_version}/mysql-test ; \
|
cd mysql-release-%{mysql_version}/mysql-test
|
||||||
./mysql-test-run.pl --comment=normal --force ; \
|
./mysql-test-run.pl --comment=normal --force --skip-ndbcluster --timer || true
|
||||||
./mysql-test-run.pl --comment=ps --ps-protocol --force ; \
|
./mysql-test-run.pl --comment=ps --ps-protocol --force --skip-ndbcluster --timer || true
|
||||||
./mysql-test-run.pl --comment=normal+rowrepl --mysqld=--binlog-format=row --force ; \
|
./mysql-test-run.pl --comment=normal+rowrepl --mysqld=--binlog-format=row --force --skip-ndbcluster --timer || true
|
||||||
./mysql-test-run.pl --comment=ps+rowrepl --ps-protocol --mysqld=--binlog-format=row --force ; \
|
./mysql-test-run.pl --comment=ps+rowrepl+NDB --ps-protocol --mysqld=--binlog-format=row --force --timer || true
|
||||||
true)
|
./mysql-test-run.pl --comment=NDB --with-ndbcluster-only --force --timer || true
|
||||||
|
cd ../..
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user