Skip to content
Snippets Groups Projects
Commit 66d53626 authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

MAINT: use abs path

parent cf2bb934
No related branches found
No related tags found
No related merge requests found
......@@ -82,11 +82,11 @@ function _install_unit_test_database () {
# create test user
grant
# update to latest
cp .config .test_config
echo "DATABASE_NAME=\"$UNITTEST_DATABASE\"" >> .test_config
pushd patches > /dev/null
./applyPatches.sh --env=../.test_config
export ENV_FILE=$(realpath ../.test_config)
./applyPatches.sh
unset ENV_FILE
popd > /dev/null
rm .test_config
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment