Commit d30e4ebb authored by unknown's avatar unknown
Browse files

mysql.spec.sh:

  Aligned test flags to TAR builds


support-files/mysql.spec.sh:
  Aligned test flags to TAR builds
parent de3b0d2d
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -357,12 +357,13 @@ then
  cp -fp  mysql-release-%{mysql_version}/config.log "$MYSQL_CONFLOG_DEST"
fi

(cd mysql-release-%{mysql_version}/mysql-test ; \
 ./mysql-test-run.pl --comment=normal --force ; \
 ./mysql-test-run.pl --comment=ps --ps-protocol --force ; \
 ./mysql-test-run.pl --comment=normal+rowrepl --mysqld=--binlog-format=row --force ; \
 ./mysql-test-run.pl --comment=ps+rowrepl --ps-protocol --mysqld=--binlog-format=row --force ; \
 true)
cd mysql-release-%{mysql_version}/mysql-test
./mysql-test-run.pl --comment=normal --force --skip-ndbcluster --timer || true
./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 --skip-ndbcluster --timer || true
./mysql-test-run.pl --comment=ps+rowrepl+NDB --ps-protocol --mysqld=--binlog-format=row --force --timer || true
./mysql-test-run.pl --comment=NDB --with-ndbcluster-only --force --timer || true
cd ../..

##############################################################################