List:Commits« Previous MessageNext Message »
From:tim Date:January 23 2007 5:43pm
Subject:bk commit into 5.0 tree (tsmith:1.2386)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of tsmith. When tsmith 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, 2007-01-23 10:43:21-07:00, tsmith@stripped +1 -0
  Makefile.am: Fix bad merge: add 'cd mysql-test' to test-ps: target

  Makefile.am@stripped, 2007-01-23 10:43:18-07:00, tsmith@stripped +1 -0
    Fix bad merge: add 'cd mysql-test' to test-ps: target

# 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:	tsmith
# Host:	siva.hindu.god
# Root:	/home/tsmith/m/inno/jan20/50

--- 1.95/Makefile.am	2007-01-18 13:15:14 -07:00
+++ 1.96/Makefile.am	2007-01-23 10:43:18 -07:00
@@ -123,6 +123,7 @@
 # making sure each user use different ports.
 
 test-ps:
+	cd mysql-test ; \
 	@PERL@ ./mysql-test-run.pl $(force) --ps-protocol
 
 test-ns:
Thread
bk commit into 5.0 tree (tsmith:1.2386)tim23 Jan