[Checkins] SVN: zope.wineggbuilder/trunk/master.cfg remove zopeapp tests for ZTK trunk

Hano Schlichting cvs-admin at zope.org
Wed Feb 27 10:03:09 UTC 2013


Log message for revision 129886:
  remove zopeapp tests for ZTK trunk
  

Changed:
  U   zope.wineggbuilder/trunk/master.cfg

-=-
Modified: zope.wineggbuilder/trunk/master.cfg
===================================================================
--- zope.wineggbuilder/trunk/master.cfg	2013-02-27 00:02:28 UTC (rev 129885)
+++ zope.wineggbuilder/trunk/master.cfg	2013-02-27 10:03:07 UTC (rev 129886)
@@ -510,7 +510,7 @@
               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"))
@@ -521,20 +521,15 @@
               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,



More information about the checkins mailing list