From 043caec129e2be216c91f0752e47f0ef5b93a8d4 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Fri, 7 Dec 2012 14:22:23 +0100 Subject: [PATCH] Set BUILDDIR to $TESTDIR/build --- testing/testing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testing.conf b/testing/testing.conf index db75072792..e39381054c 100644 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -28,7 +28,7 @@ KERNELPATCH=ha-3.0.patch.bz2 SWANVERSION=5.0.2dr4 # Build directory where the guest kernel and images will be built -BUILDDIR=$TESTDIR/umlbuild +BUILDDIR=$TESTDIR/build # Logfile LOGFILE=$BUILDDIR/testing.log -- 2.47.2