Below is the list of changes that have just been committed into a local
5.1 repository of mkindahl. When mkindahl does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html
ChangeSet@stripped, 2006-08-28 15:25:33+02:00, mkindahl@stripped +1 -0
Minor changes to make unit tests build and run.
unittest/Makefile.am@stripped, 2006-08-28 15:25:29+02:00, mkindahl@stripped +2 -4
Removing rule to install unit.pl.
Adding target 'test-verbose' to see TAP output from test.
# This is a BitKeeper patch. What follows are the unified diffs for the
# set of deltas contained in the patch. The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User: mkindahl
# Host: dl145h.mysql.com
# Root: /users/mkindahl/mysql-5.1-new-rpl
--- 1.10/unittest/Makefile.am 2006-08-28 15:25:57 +02:00
+++ 1.11/unittest/Makefile.am 2006-08-28 15:25:57 +02:00
@@ -1,6 +1,5 @@
SUBDIRS = mytap . mysys examples
-noinst_SCRIPTS = unit
EXTRA_DIST = unit.pl
CLEANFILES = unit
@@ -9,6 +8,5 @@
test:
perl unit.pl run $(unittests)
-unit: $(srcdir)/unit.pl
- install $(srcdir)/unit.pl $@
-
+test-verbose:
+ HARNESS_VERBOSE=1 perl unit.pl run $(unittests)
| Thread |
|---|
| • bk commit into 5.1 tree (mkindahl:1.2255) | Mats Kindahl | 28 Aug |