Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
769d9f38
Commit
769d9f38
authored
Aug 21, 2009
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply patch from bug#46834 to install the test suite in RPMs.
parent
58903aec
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
4 deletions
+11
-4
mysql-test/Makefile.am
mysql-test/Makefile.am
+2
-1
mysql-test/lib/My/SafeProcess/Makefile.am
mysql-test/lib/My/SafeProcess/Makefile.am
+2
-1
storage/ndb/test/run-test/Makefile.am
storage/ndb/test/run-test/Makefile.am
+2
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+5
-1
No files found.
mysql-test/Makefile.am
View file @
769d9f38
...
...
@@ -17,7 +17,8 @@
## Process this file with automake to create Makefile.in
testdir
=
$(prefix)
/mysql-test
testroot
=
$(prefix)
testdir
=
$(testroot)
/mysql-test
test_SCRIPTS
=
mtr
\
mysql-test-run
\
...
...
mysql-test/lib/My/SafeProcess/Makefile.am
View file @
769d9f38
...
...
@@ -13,7 +13,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
safedir
=
$(prefix)
/mysql-test/lib/My/SafeProcess
testroot
=
$(prefix)
safedir
=
$(testroot)
/mysql-test/lib/My/SafeProcess
#nobase_bin_PROGRAMS = ...
safe_PROGRAMS
=
my_safe_process
...
...
storage/ndb/test/run-test/Makefile.am
View file @
769d9f38
...
...
@@ -13,7 +13,8 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
testdir
=
$(prefix)
/mysql-test/ndb
testroot
=
$(prefix)
testdir
=
$(testroot)
/mysql-test/ndb
include
$(top_srcdir)/storage/ndb/config/common.mk.am
include
$(top_srcdir)/storage/ndb/config/type_util.mk.am
...
...
support-files/mysql.spec.sh
View file @
769d9f38
...
...
@@ -428,7 +428,7 @@ install -d $RBR%{_sbindir}
# Install all binaries
(
cd
$MBD
&&
make
install
DESTDIR
=
$RBR
benchdir_
root
=
%
{
_datadir
})
(
cd
$MBD
&&
make
install
DESTDIR
=
$RBR
test
root
=
%
{
_datadir
})
# Old packages put shared libs in %{_libdir}/ (not %{_libdir}/mysql), so do
# the same here.
mv
$RBR
/%
{
_libdir
}
/mysql/
*
.so
*
$RBR
/%
{
_libdir
}
/
...
...
@@ -858,6 +858,10 @@ fi
- Install plugin libraries
in
appropriate packages.
- Disable example plugins.
*
Thu Aug 20 2009 Jonathan Perkin <jperkin@stripped>
- Update variable used
for
mysql-test suite location to match source.
*
Fri Nov 07 2008 Joerg Bruehe <joerg@mysql.com>
- Correct yesterday
's fix, so that it also works for the last flag,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment