From bfc087e8cd703683b674bcc251ab74d57065381a Mon Sep 17 00:00:00 2001 From: stdweird Date: Wed, 11 Mar 2015 13:27:54 +0100 Subject: [PATCH] build_all_repos: set the QUATTOR_TEST_TEMPLATE_LIBRARY_CORE also in the env.sh (so you can also run the tests on repositories that are checked out elsewhere) --- src/scripts/build_all_repos.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/scripts/build_all_repos.sh b/src/scripts/build_all_repos.sh index 093f0cc1e5..d8533372ee 100755 --- a/src/scripts/build_all_repos.sh +++ b/src/scripts/build_all_repos.sh @@ -112,6 +112,10 @@ ORIGPERL5LIB=$PERL5LIB # repository dir REPOSITORY=$DEST/repos +# a checkout in the same base directory is default (but lets set this anyway) +export QUATTOR_TEST_TEMPLATE_LIBRARY_CORE=$REPOSITORY/template-library-core + + if [ ! -z "$VERBOSE" ]; then # verbose tests @@ -769,7 +773,9 @@ function main_init () { cat > $DEST/env.sh <