add TESTDIR variable to testenv Signed-off-by: Ivana Hutarova Varekova <[email protected]> ---
tests/tools/testenv.sh.in | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/tests/tools/testenv.sh.in b/tests/tools/testenv.sh.in index 464a440..0f8a7d6 100644 --- a/tests/tools/testenv.sh.in +++ b/tests/tools/testenv.sh.in @@ -72,3 +72,5 @@ mv /etc/cgrules.conf $TMP/cgrules-backup.conf &>/dev/null export TOOLSDIR="@abs_top_srcdir@/libtool --mode=execute @abs_top_srcdir@/src/tools/" # config files directory export CONFIGDIR="@abs_top_srcdir@/samples" +# test directory +export TESTDIR="@abs_top_srcdir@/tests" \ No newline at end of file ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Libcg-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libcg-devel
