List:Internals« Previous MessageNext Message »
From:kent Date:March 18 2005 4:48pm
Subject:bk commit into 5.0 tree (kent:1.1831)
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.1831 05/03/18 16:48:18 kent@stripped +1 -0
  mysql-test-run.sh:
    Disabled old feature to disable test cases

  mysql-test/mysql-test-run.sh
    1.256 05/03/18 14:59:10 kent@stripped +6 -6
    Disabled old feature to disable test cases

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

--- 1.255/mysql-test/mysql-test-run.sh	2005-03-17 13:23:26 +01:00
+++ 1.256/mysql-test/mysql-test-run.sh	2005-03-18 14:59:10 +01:00
@@ -1535,12 +1535,12 @@
    return
  fi
 
- if [ -f "$TESTDIR/$tname.disabled" ]
- then
-   comment=`$CAT $TESTDIR/$tname.disabled`;
-   disable_test $tname "$comment"
-   return
- fi
+# if [ -f "$TESTDIR/$tname.disabled" ]
+# then
+#   comment=`$CAT $TESTDIR/$tname.disabled`;
+#   disable_test $tname "$comment"
+#   return
+# fi
  if [ -f "$TESTDIR/disabled.def" ] ; then
    comment=`$GREP "^$tname *: *" $TESTDIR/disabled.def`;
    if [ -n "$comment" ]
Thread
bk commit into 5.0 tree (kent:1.1831)kent18 Mar