mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
MDEV-5591 Cannot build the package under Debian Wheezy
Rules performed unnecessary copying which made tests run with wrong global testdir
This commit is contained in:
parent
c37662b636
commit
9e85bb709d
2 changed files with 0 additions and 10 deletions
5
debian/dist/Debian/rules
vendored
5
debian/dist/Debian/rules
vendored
|
|
@ -87,11 +87,6 @@ build-stamp: configure
|
|||
cd $(builddir) && $(MAKE) $(MAKE_J) $(AM_EXTRA_MAKEFLAGS)
|
||||
|
||||
ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
|
||||
# Don't know why the following is necessary...
|
||||
cp unittest/unit.pl $(builddir)/unittest/
|
||||
cp -r mysql-test/* $(builddir)/mysql-test/
|
||||
cp -r sql/share/* $(builddir)/sql/share/
|
||||
cp -r scripts/*sql $(builddir)/scripts/
|
||||
if [ ! -f testsuite-stamp ] ; then \
|
||||
cd $(builddir) && $(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ; \
|
||||
fi
|
||||
|
|
|
|||
5
debian/dist/Ubuntu/rules
vendored
5
debian/dist/Ubuntu/rules
vendored
|
|
@ -87,11 +87,6 @@ build-stamp: configure
|
|||
cd $(builddir) && $(MAKE) $(MAKE_J) $(AM_EXTRA_MAKEFLAGS)
|
||||
|
||||
ifeq ($(findstring nocheck,$(DEB_BUILD_OPTIONS)),)
|
||||
# Don't know why the following is necessary...
|
||||
cp unittest/unit.pl $(builddir)/unittest/
|
||||
cp -r mysql-test/* $(builddir)/mysql-test/
|
||||
cp -r sql/share/* $(builddir)/sql/share/
|
||||
cp -r scripts/*sql $(builddir)/scripts/
|
||||
if [ ! -f testsuite-stamp ] ; then \
|
||||
cd $(builddir) && $(MAKE) $(MAKE_TEST_TARGET) || $(TESTSUITE_FAIL_CMD) ; \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue