Skip to content

Commit

Permalink
feat: add support for CELERY_SINGLE_PROCESS
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 21, 2024
1 parent a90118a commit 7d39574
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test-generate
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#!/bin/sh
if [ "$3" = "saml" ] ; then
TEST_EXTRA_ENV='WEBLATE_SAML_IDP_URL: https://example.com/idp'
elif [ "$3" = "celery-single" ] ; then
TEST_EXTRA_ENV='CELERY_SINGLE_PROCESS: 1'
else
TEST_EXTRA_ENV=''
fi
Expand Down

0 comments on commit 7d39574

Please sign in to comment.