Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
remove zopeapp tests for ZTK trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Feb 27, 2013
1 parent aa78e34 commit 7b71e9b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ def ztk_dev_builder(name, slavename, platform, locks):
name="bootstrap",
description="bootstrap"))
f.addStep(shell.ShellCommand(
command=["sed", "-i", "s/svn+ssh/svn/", "ztk.cfg", "zopeapp.cfg"],
command=["sed", "-i", "s/svn+ssh/svn/", "ztk.cfg"],
haltOnFailure=True,
name="disable ssh for svn",
description="disable ssh for svn"))
Expand All @@ -521,20 +521,15 @@ def ztk_dev_builder(name, slavename, platform, locks):
description="buildout",
timeout=3600))
f.addStep(shell.ShellCommand(
command=["svn", "revert", "ztk.cfg", "zopeapp.cfg"],
command=["svn", "revert", "ztk.cfg"],
haltOnFailure=True,
name="revert ztk.cfg and zopeapp.cfg",
description="revert ztk.cfg and zopeapp.cfg"))
name="revert ztk.cfg",
description="revert ztk.cfg"))
f.addStep(Test(
command=[r"bin\test-ztk.exe", "--exit-with-status", "-1"],
haltOnFailure=False,
name="test ztk",
description="test ztk trunks"))
f.addStep(Test(
command=[r"bin\test-zopeapp.exe", "--exit-with-status", "-1"],
haltOnFailure=False,
name="test zopeapp trunks",
description="test zopeapp"))
return dict(name=name,
slavename=slavename,
builddir=builddir,
Expand Down

0 comments on commit 7b71e9b

Please sign in to comment.