summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-10-12 18:26:17 +0200
committerunknown <kent@mysql.com/c-584072d5.010-2112-6f72651.cust.bredbandsbolaget.se>2006-10-12 18:26:17 +0200
commit6a99001c27dff75650d4f642942dbdc548fe100f (patch)
tree234d32fb8e40ebe31865e60028e6299c433d32e6 /support-files
parent1f0c83c187c362a559c81393742aa96d3f19a3d3 (diff)
downloadmariadb-git-6a99001c27dff75650d4f642942dbdc548fe100f.tar.gz
mysql.spec.sh:
Corrected path to mysql-test directory Removed man1/mysql_explain_log.1 support-files/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*