提交 07836c54 编写于 作者: I Ivo De Decker

integration-tests/runner-lib: use DAK_ROOT if set

This should allow running 2to3 tests.
上级 2c8de840
......@@ -39,7 +39,10 @@ find-postgresql-version() {
pgversion=$(find-postgresql-version)
export DAK_INTEGRATION_TEST=1
export DAK_ROOT="$(cd $(dirname "${BASH_SOURCE}")/..; pwd)"
if [ "${DAK_ROOT+x}" = "" ]
then
export DAK_ROOT="$(cd $(dirname "${BASH_SOURCE}")/..; pwd)"
fi
# run-script-with-pg: (cmd, args...) -> ''
# Run the given cmd (with optional arguments) with a postgres
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册