Auto-create symlink to testing directory in workdir

This commit is contained in:
Reto Buerki
2013-01-17 16:55:03 +01:00
committed by Tobias Brunner
parent 44e533b88e
commit 49b1655ae1
+2
View File
@@ -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
#