Increase verbosity

This commit is contained in:
Oliver Falk
2025-10-16 20:18:12 +02:00
parent 69044a12e6
commit b4e10e3ec5
5 changed files with 14 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ export OTEL_SERVICE_NAME=ivatar-test
export OTEL_ENVIRONMENT=test
# Run Django tests (Django will auto-discover all tests)
python3 manage.py test -v2
python3 manage.py test -v3
echo ""
echo "Tests completed successfully (OpenTelemetry enabled)"