From 50c83f1be7c1cc8fa08b2585c277adef4aa1575d Mon Sep 17 00:00:00 2001 From: Richard Alpe Date: Tue, 4 Mar 2025 11:03:11 +0100 Subject: [PATCH] test: pass 9pm project conf to test environment Make the NINEPM_PROJ_CONFIG environment variable available for 9pm inside the test env. Signed-off-by: Richard Alpe --- test/env | 1 + 1 file changed, 1 insertion(+) diff --git a/test/env b/test/env index bfcb79e1..a79682ef 100755 --- a/test/env +++ b/test/env @@ -227,6 +227,7 @@ if [ "$containerize" ]; then --env INFAMY_ARGS="$INFAMY_ARGS" \ --env INFAMY_EXTRA_ARGS="$INFAMY_EXTRA_ARGS" \ --env PROMPT_DIRTRIM="$ixdir" \ + --env NINEPM_PROJ_CONFIG="$NINEPM_PROJ_CONFIG" \ --env PS1="$(build_ps1)" \ $extra_env \ --expose 9001-9010 --publish-all \