We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90118a commit 7d39574Copy full SHA for 7d39574
test-generate
@@ -1,6 +1,8 @@
1
#!/bin/sh
2
if [ "$3" = "saml" ] ; then
3
TEST_EXTRA_ENV='WEBLATE_SAML_IDP_URL: https://example.com/idp'
4
+elif [ "$3" = "celery-single" ] ; then
5
+ TEST_EXTRA_ENV='CELERY_SINGLE_PROCESS: 1'
6
else
7
TEST_EXTRA_ENV=''
8
fi
0 commit comments