Rename UMLTESTDIR variable to TESTDIR

This commit is contained in:
Reto Buerki
2013-01-17 16:54:53 +01:00
committed by Tobias Brunner
parent 36a3fe90d8
commit bf48ee33e5
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ do_on_exit umount $LOOPDIR/proc
do_on_exit umount $LOOPDIR
echo "Installing software from source"
RECPDIR=$UMLTESTDIR/testing/scripts/recipes
RECPDIR=$TESTDIR/testing/scripts/recipes
RECIPES=`ls $RECPDIR/*.mk | xargs -n1 basename`
execute "cp -r $RECPDIR/patches $LOOPDIR/root/compile" 0
for r in $RECIPES