Skip to content

Commit 9217759

Browse files
author
buildbot
committed
Don't try to set the 'test:unittest' property when running the tests on OS X -- our deployment platform is Linux, and we're running an OS X build in order to see that we're not messing things up for sprint participants using Macs, primarily.
- Legacy-Id: 9253
1 parent 7c67e26 commit 9217759

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

buildbot/masters/datatracker/master.cfg

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -178,13 +178,6 @@ factory.addStep(Test(
178178
haltOnFailure=True,
179179
command=["ietf/manage.py", "test", "--settings=settings_sqlitetest"],
180180
))
181-
# This should be the last action
182-
factory.addStep(ShellCommand(
183-
descriptionDone="mark as passed",
184-
workdir=Interpolate('build/%(src::branch)s'),
185-
command=["svn", "--username=buildbot@tools.ietf.org", "--non-interactive",
186-
"propset", "--revprop", "-r", Property('got_revision'), "test:unittest", "passed" ],
187-
))
188181

189182
c['builders'].append(BuilderConfig(name="Test Suite (OS X)", factory=factory,
190183
slavenames=["datatracker_osx_py27_4"]))

0 commit comments

Comments
 (0)