summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorkent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se <>2006-10-12 18:26:17 +0200
committerkent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se <>2006-10-12 18:26:17 +0200
commit712c4cdbe3d1da8c7e6f5bd140d7ac8082c453f9 (patch)
tree234d32fb8e40ebe31865e60028e6299c433d32e6 /support-files
parent2f0689e2541e98a65a84c9a03fb4736f88ffa28d (diff)
downloadmariadb-git-712c4cdbe3d1da8c7e6f5bd140d7ac8082c453f9.tar.gz
mysql.spec.sh:
Corrected path to mysql-test directory Removed man1/mysql_explain_log.1
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index 29b19d86e89..b2069dc309d 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -327,7 +327,7 @@ then
cp -fp mysql-debug-%{mysql_version}/config.log "$MYSQL_DEBUGCONFLOG_DEST"
fi
-(cd mysql-debug-%{mysql_version} ; \
+(cd mysql-debug-%{mysql_version}/mysql-test ; \
./mysql-test-run.pl --comment=debug --skip-rpl --skip-ndbcluster --force ; \
true)
@@ -357,7 +357,7 @@ then
cp -fp mysql-release-%{mysql_version}/config.log "$MYSQL_CONFLOG_DEST"
fi
-(cd mysql-release-%{mysql_version} ; \
+(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 ; \
@@ -522,7 +522,6 @@ fi
%doc %attr(644, root, man) %{_mandir}/man1/myisamchk.1*
%doc %attr(644, root, man) %{_mandir}/man1/myisamlog.1*
%doc %attr(644, root, man) %{_mandir}/man1/myisampack.1*
-%doc %attr(644, root, man) %{_mandir}/man1/mysql_explain_log.1*
%doc %attr(644, root, man) %{_mandir}/man8/mysqld.8*
%doc %attr(644, root, man) %{_mandir}/man1/mysqld_multi.1*
%doc %attr(644, root, man) %{_mandir}/man1/mysqld_safe.1*