From: Reto Buerki Date: Tue, 15 Jan 2013 15:49:42 +0000 (+0100) Subject: Auto-create symlink to testing directory in workdir X-Git-Tag: 5.0.2rc1~1^2~13 X-Git-Url: https://git.strongswan.org/?p=strongswan.git;a=commitdiff_plain;h=49b1655ae12ae4ed4ff96704302bf7536525b1e6 Auto-create symlink to testing directory in workdir --- diff --git a/testing/do-tests b/testing/do-tests index 89a1183..3f31f9e 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 #