[zorg] r273513 - Fixed upcall in CmakeCommand.
Galina Kistanova via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 22 16:36:02 PDT 2016
Author: gkistanova
Date: Wed Jun 22 18:36:02 2016
New Revision: 273513
URL: http://llvm.org/viewvc/llvm-project?rev=273513&view=rev
Log:
Fixed upcall in CmakeCommand.
Modified:
zorg/trunk/zorg/buildbot/commands/CmakeCommand.py
Modified: zorg/trunk/zorg/buildbot/commands/CmakeCommand.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/commands/CmakeCommand.py?rev=273513&r1=273512&r2=273513&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/commands/CmakeCommand.py (original)
+++ zorg/trunk/zorg/buildbot/commands/CmakeCommand.py Wed Jun 22 18:36:02 2016
@@ -45,3 +45,4 @@ class CmakeCommand(WarningCountingShellC
# which we could get because of WithProperties rendered as empty strings.
self.command = filter(bool, self.command)
# Then upcall.
+ WarningCountingShellCommand.start(self)
More information about the llvm-commits
mailing list