1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

tests: fix integration

This commit is contained in:
Steffen Vogel 2017-07-14 19:22:02 +02:00
parent 77201b6813
commit d77808368f
2 changed files with 2 additions and 2 deletions

View file

@ -23,4 +23,4 @@
integration-tests: src tools
run-integration-tests: integration-tests
@$(SRCDIR)/tests/integration/run.sh
@$(SRCDIR)/tools/integration-tests.sh

View file

@ -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}