mirror of
https://github.com/MariaDB/server.git
synced 2026-04-21 07:45:32 +02:00
Merge mysql.com:/home/kent/bk/tmp/mysql-4.1-build
into mysql.com:/home/kent/bk/tmp/mysql-5.0-build Makefile.am: Added target for RPM debug mysql-test-run
This commit is contained in:
commit
ffa3c301e2
2 changed files with 12 additions and 12 deletions
10
Makefile.am
10
Makefile.am
|
|
@ -147,6 +147,16 @@ test-force-full:
|
||||||
test-force-mem:
|
test-force-mem:
|
||||||
$(MAKE) force=--force mem=--mem test
|
$(MAKE) force=--force mem=--mem test
|
||||||
|
|
||||||
|
test-bt:
|
||||||
|
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||||
|
@PERL@ ./mysql-test-run.pl --force --comment=normal --report-features
|
||||||
|
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||||
|
@PERL@ ./mysql-test-run.pl --force --comment=ps --ps-protocol
|
||||||
|
|
||||||
|
test-bt-debug:
|
||||||
|
-cd mysql-test ; MTR_BUILD_THREAD=auto \
|
||||||
|
@PERL@ ./mysql-test-run.pl --force --comment=debug --report-features
|
||||||
|
|
||||||
# Keep these for a while
|
# Keep these for a while
|
||||||
test-pl: test
|
test-pl: test
|
||||||
test-full-pl: test-full
|
test-full-pl: test-full
|
||||||
|
|
|
||||||
|
|
@ -354,12 +354,7 @@ then
|
||||||
cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
|
cp -fp config.log "$MYSQL_MAXCONFLOG_DEST"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
( cd mysql-test
|
make test-bt
|
||||||
MTR_BUILD_THREAD=auto
|
|
||||||
export MTR_BUILD_THREAD
|
|
||||||
perl ./mysql-test-run.pl --force --report-features
|
|
||||||
perl ./mysql-test-run.pl --force --ps-protocol
|
|
||||||
true )
|
|
||||||
|
|
||||||
# Save mysqld-max
|
# Save mysqld-max
|
||||||
./libtool --mode=execute cp sql/mysqld sql/mysqld-max
|
./libtool --mode=execute cp sql/mysqld sql/mysqld-max
|
||||||
|
|
@ -418,12 +413,7 @@ then
|
||||||
cp -fp config.log "$MYSQL_CONFLOG_DEST"
|
cp -fp config.log "$MYSQL_CONFLOG_DEST"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
( cd mysql-test
|
make test-bt
|
||||||
MTR_BUILD_THREAD=auto
|
|
||||||
export MTR_BUILD_THREAD
|
|
||||||
perl ./mysql-test-run.pl --force --report-features
|
|
||||||
perl ./mysql-test-run.pl --force --ps-protocol
|
|
||||||
true )
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
RBR=$RPM_BUILD_ROOT
|
RBR=$RPM_BUILD_ROOT
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue