We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80a2b7f commit 6d454d2Copy full SHA for 6d454d2
1 file changed
buildbot/masters/datatracker/master.cfg
@@ -96,7 +96,7 @@ c['schedulers'] = [
96
#
97
ForceScheduler(name="force_pyflakes_personal", builderNames=["[personal] Check PyFlakes"]),
98
ForceScheduler(name="force_lin_test_personal", builderNames=["[personal] Test Suite"]),
99
- ForceScheduler(name="force_osx_test_personal"), builderNames=["[personal] Test Suite (OS X)"]),
+ ForceScheduler(name="force_osx_test_personal", builderNames=["[personal] Test Suite (OS X)"]),
100
]
101
102
####### BUILDERS
0 commit comments