Commit 4fb98ee6 authored by unknown's avatar unknown
Browse files

ndb -

  some more ndb-autotest updates (previously uncommitted...but in use)


ndb/test/run-test/ndb-autotest.sh:
  More autotest updates
parent ad911e85
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@ save_args=$*
VERSION="ndb-autotest.sh version 1.04"

DATE=`date '+%Y-%m-%d'`
HOST=`hostname`
HOST=`hostname -s`
export DATE HOST

set -e
@@ -35,6 +35,7 @@ report=yes
clone=5.0-ndb
RUN="daily-basic daily-devel"
conf=autotest.conf
LOCK=$HOME/.autotest-lock

############################
# Read command line entries#
@@ -66,7 +67,7 @@ done

if [ -f $conf ]
then
	. ./$conf
	. $conf
else
	echo "Can't find config file: $conf"
	exit
@@ -105,7 +106,6 @@ fi
# Setup the clone source location  #
####################################

LOCK=$HOME/.autotest-lock
src_clone=$src_clone_base-$clone

#######################################
@@ -389,7 +389,8 @@ do
                       awk '{for(i=1;i<='$count';i++)print $i;}'`
	    echo $run_hosts >> /tmp/filter_hosts.$$	
	
	    choose $conf $run_hosts > d.tmp
	    choose $conf $run_hosts > d.tmp.$$
            sed -e s,CHOOSE_dir,"$install_dir",g < d.tmp.$$ > d.tmp
	    $mkconfig d.tmp
	fi