From d77808368f10bb23f22fcc045165b346972fe69f Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 14 Jul 2017 19:22:02 +0200 Subject: [PATCH] tests: fix integration --- tests/integration/Makefile.inc | 2 +- tests/integration/run.sh => tools/integration-tests.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/integration/run.sh => tools/integration-tests.sh (98%) diff --git a/tests/integration/Makefile.inc b/tests/integration/Makefile.inc index 8a75cea6e..b2c5e068c 100644 --- a/tests/integration/Makefile.inc +++ b/tests/integration/Makefile.inc @@ -23,4 +23,4 @@ integration-tests: src tools run-integration-tests: integration-tests - @$(SRCDIR)/tests/integration/run.sh + @$(SRCDIR)/tools/integration-tests.sh diff --git a/tests/integration/run.sh b/tools/integration-tests.sh similarity index 98% rename from tests/integration/run.sh rename to tools/integration-tests.sh index ccc8c9b1d..41cf423db 100755 --- a/tests/integration/run.sh +++ b/tools/integration-tests.sh @@ -25,7 +25,7 @@ SCRIPT=$(realpath ${BASH_SOURCE[0]}) SCRIPTPATH=$(dirname $SCRIPT) -export SRCDIR=$(realpath ${SCRIPTPATH}/../..) +export SRCDIR=$(realpath ${SCRIPTPATH}/..) export BUILDDIR=${SRCDIR}/build/release export LOGDIR=${BUILDDIR}/tests/integration export PATH=${BUILDDIR}:${PATH}