List:Internals« Previous MessageNext Message »
From:lenz Date:May 27 2005 7:20pm
Subject:bk commit into 5.0 tree (lenz:1.1931)
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.1931 05/05/27 19:20:29 lenz@stripped +1 -0
  - fixed the "test-force" target in the toplevel Makefile.am for systems on which
    "." is not in the PATH...

  Makefile.am
    1.69 05/05/27 19:20:23 lenz@stripped +2 -2
    - fixed the "test-force" target for systems on which "." is not in the PATH...

# 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-build

--- 1.68/Makefile.am	2005-05-01 23:10:28 +02:00
+++ 1.69/Makefile.am	2005-05-27 19:20:23 +02:00
@@ -104,8 +104,8 @@
 
 test-force:
 	cd mysql-test; \
-	mysql-test-run --force ;\
-	mysql-test-run --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.1931)lenz27 May