List:Internals« Previous MessageNext Message »
From:lenz Date:June 23 2005 5:04pm
Subject:bk commit into 5.0 tree (lenz:1.2002)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of lenz. When lenz 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
  1.2002 05/06/23 19:03:55 lenz@stripped +1 -0
  - reverted to using the shell version of mysql-test-run for "make test" until the
    remaining bugs in the Perl version have been resolved

  Makefile.am
    1.71 05/06/23 19:03:44 lenz@stripped +3 -3
    - reverted to using the shell version of mysql-test-run until the remaining bugs
      in the Perl version have been resolved

# 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:	lenz
# Host:	metis.lenznet
# Root:	/space/my/mysql-5.0.8-clone

--- 1.70/Makefile.am	2005-06-20 13:20:18 +02:00
+++ 1.71/Makefile.am	2005-06-23 19:03:44 +02:00
@@ -101,12 +101,12 @@
 
 test:
 	cd mysql-test; \
-	perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
+	./mysql-test-run && ./mysql-test-run --ps-protocol
 
 test-force:
 	cd mysql-test; \
-	perl mysql-test-run.pl --force ;\
-	perl mysql-test-run.pl --ps-protocol --force
+	./mysql-test-run --force ;\
+	./mysql-test-run --ps-protocol --force
 
 # Don't update the files from bitkeeper
 %::SCCS/s.%
Thread
bk commit into 5.0 tree (lenz:1.2002)lenz23 Jun