root: enable virtualenv for test-all command

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2024-03-04 20:20:21 +01:00
parent 5ac5084149
commit a9cfa6fe35

View File

@ -55,6 +55,7 @@ function cleanup {
}
function prepare_debug {
source ${VENV_PATH}/bin/activate
poetry install --no-ansi --no-interaction
touch /unittest.xml
chown authentik:authentik /unittest.xml