[Lsb-messages] /var/www/bzr/lsb/devel/buildbot-config r292: make devchk collect-results not look like failure

Mats Wichmann mats at linuxfoundation.org
Wed Sep 26 18:09:25 UTC 2012


------------------------------------------------------------
revno: 292
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: buildbot-config
timestamp: Wed 2012-09-26 12:09:25 -0600
message:
  make devchk collect-results not look like failure
modified:
  lsb_master.cfg
-------------- next part --------------
=== modified file 'lsb_master.cfg'
--- a/lsb_master.cfg	2012-09-26 04:01:21 +0000
+++ b/lsb_master.cfg	2012-09-26 18:09:25 +0000
@@ -941,7 +941,7 @@
     devchk.addStep(ShellCommand(command="cd ts/devchk && ./dodevchk",
                                 workdir="devchk", name="build",
                                 flunkOnFailure=False))
-    devchk.addStep(ShellCommand(command="cp ts/devchk/*.output ts/devchk/*.sql ../results",
+    devchk.addStep(ShellCommand(command="cp ts/devchk/*.output ts/devchk/*.sql ../results || true",
                                 workdir="devchk", name="collect-results",
                                 flunkOnFailure=False))
     devchk.addStep(ShellCommand(command="test $(ls ../results | wc -l) -gt 0",



More information about the lsb-messages mailing list