Skip to content

Commit e6c07b6

Browse files
commit
1 parent 0fbbf69 commit e6c07b6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

master/custom/factories.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@ def __init__(self, source, *, extra_tags=[], **kwargs):
4646
self.setup(**kwargs)
4747
self.tags = self.factory_tags + extra_tags
4848

49+
self.test_environ = {
50+
"BUILDBOT": "1", # Every time you use this option, a puppy dies!!
51+
**getattr(self, "test_environ", {}),
52+
}
53+
54+
4955

5056
##############################################################################
5157
############################### UNIX BUILDS ################################

0 commit comments

Comments
 (0)