Drop build-hostconfig script

Use processed host configurations directly instead.
This commit is contained in:
Reto Buerki
2013-01-17 15:22:10 +01:00
committed by Tobias Brunner
parent 2d1577d661
commit 261cf0e395
13 changed files with 32 additions and 174 deletions
+3 -4
View File
@@ -16,11 +16,10 @@
DIR=`dirname $0`
source $DIR/function.sh
. $DIR/function.sh
[ -f $DIR/../testing.conf ] || die "Configuration file 'testing.conf' not found"
source $DIR/../testing.conf
. $DIR/../testing.conf
##########################################################################
# load-testconfig requires a testname as an argument
@@ -28,7 +27,7 @@ source $DIR/../testing.conf
testname=$1
HOSTCONFIGDIR=$BUILDDIR/hosts
HOSTCONFIGDIR=$DIR/../hosts
TESTSDIR=$BUILDDIR/tests
[ -d $TESTSDIR ] || die "Directory '$TESTSDIR' not found"