List:Internals« Previous MessageNext Message »
From:kent Date:June 20 2005 11:20am
Subject:bk commit into 5.0 tree (kent:1.1965)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of kent. When kent 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.1965 05/06/20 13:20:27 kent@stripped +1 -0
  Merge

  Makefile.am
    1.70 05/06/20 13:20:18 kent@stripped +4 -3

# 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:	kent
# Host:	g4.boortz.dyndns.org
# Root:	/Users/kent/mysql/bk/mysql-5.0/RESYNC

--- 1.69/Makefile.am	2005-05-27 19:20:23 +02:00
+++ 1.70/Makefile.am	2005-06-20 13:20:18 +02:00
@@ -100,12 +100,13 @@
 # Test installation
 
 test:
-	cd mysql-test; ./mysql-test-run && ./mysql-test-run --ps-protocol
+	cd mysql-test; \
+	perl mysql-test-run.pl && perl mysql-test-run.pl --ps-protocol
 
 test-force:
 	cd mysql-test; \
-	./mysql-test-run --force ;\
-	./mysql-test-run --ps-protocol --force
+	perl mysql-test-run.pl --force ;\
+	perl mysql-test-run.pl --ps-protocol --force
 
 # Don't update the files from bitkeeper
 %::SCCS/s.%
Thread
bk commit into 5.0 tree (kent:1.1965)kent20 Jun