List:Internals« Previous MessageNext Message »
From:jonas.oreland Date:June 30 2005 10:10am
Subject:bk commit into 4.1 tree (joreland:1.2325)
View as plain text  
Below is the list of changes that have just been committed into a local
4.1 repository of jonas. When jonas 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.2325 05/06/30 10:10:12 joreland@stripped +1 -0
  ndb autotest - merge jebs fixes

  ndb/test/run-test/ndb-autotest.sh
    1.16 05/06/30 10:05:02 joreland@stripped +3 -3
    fix eval
    merge jeb's fix

# 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:	joreland
# Host:	eel.ndb.mysql.com.hemma.oreland.se
# Root:	/home/jonas/src/mysql-4.1

--- 1.15/ndb/test/run-test/ndb-autotest.sh	2005-06-10 10:22:30 +02:00
+++ 1.16/ndb/test/run-test/ndb-autotest.sh	2005-06-30 10:05:02 +02:00
@@ -84,7 +84,7 @@
 for i in $vars
 do
   t=`echo echo \\$$i`
-  if [ -z `eval $t` ]
+  if [ -z "`eval $t`" ]
   then
       echo "Invalid config: $conf, variable $i is not set"
       exit
@@ -301,8 +301,8 @@
 	echo "$test_dir/conf-$1.txt"
     else
 	echo "Unable to find conf file looked for" 1>&2
-	echo "$testdir/conf-$1-$HOST.txt and" 1>&2
-	echo "$testdir/conf-$1.txt" 1>&2
+	echo "$test_dir/conf-$1-$HOST.txt and" 1>&2
+	echo "$test_dir/conf-$1.txt" 1>&2
 	exit
     fi
 }
Thread
bk commit into 4.1 tree (joreland:1.2325)jonas.oreland30 Jun