Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions master/custom/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@ def __init__(self, source, *, extra_tags=[], **kwargs):
self.setup(**kwargs)
self.tags = self.factory_tags + extra_tags

self.test_environ = {
"BUILDBOT": "1", # Every time you use this option, a puppy dies!!
**getattr(self, "test_environ", {}),
}


##############################################################################
############################### UNIX BUILDS ################################
Expand Down