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}