diff options
author | Reto Buerki <reet@codelabs.ch> | 2012-12-07 14:22:23 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-01-17 16:54:53 +0100 |
commit | 043caec129e2be216c91f0752e47f0ef5b93a8d4 (patch) | |
tree | 5b23460dc5a0a190e080c5a6c6fa29974e5445aa | |
parent | 619c5430b8940ee3e1fcb5cd604db44d0c136399 (diff) | |
download | strongswan-043caec129e2be216c91f0752e47f0ef5b93a8d4.tar.bz2 strongswan-043caec129e2be216c91f0752e47f0ef5b93a8d4.tar.xz |
Set BUILDDIR to $TESTDIR/build
-rw-r--r-- | testing/testing.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index db7507279..e39381054 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 |