clan-cli: Add passthru.sourceWithTest for container_test.py

This commit is contained in:
Qubasa
2025-10-22 14:36:16 +02:00
parent 9851993b82
commit 841e9135fe
2 changed files with 2 additions and 2 deletions

View File

@@ -62,6 +62,6 @@ in
peer1.succeed("chmod 640 /var/log/journal/*/user-1000.journal*")
# Run tests as text-user (environment variables are set automatically)
peer1.succeed("su - text-user -c 'pytest -s -n0 ${cli}/${cli.pythonRuntime.sitePackages}/clan_lib/service_runner'")
peer1.succeed("su - text-user -c 'pytest -p no:cacheprovider -o addopts="" -s -n0 ${cli.passthru.sourceWithTests}/clan_lib/service_runner'")
'';
}