From 49b1655ae12ae4ed4ff96704302bf7536525b1e6 Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Tue, 15 Jan 2013 16:49:42 +0100 Subject: [PATCH] Auto-create symlink to testing directory in workdir --- testing/do-tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/do-tests b/testing/do-tests index 89a1183d6..3f31f9e0c 100755 --- a/testing/do-tests +++ b/testing/do-tests @@ -23,6 +23,8 @@ DIR=$(dirname `readlink -f $0`) [ -d $BUILDDIR ] || die "Directory '$BUILDDIR' does not exist, please run make-testing first" +ln -sfT $DIR $TESTDIR/testing + ############################################################################## # take care of new path and file variables #