[zorg] r222518 - Change msan-origins default value on the sanitizer bot.

Evgeniy Stepanov eugeni.stepanov at gmail.com
Fri Nov 21 02:20:46 PST 2014


Author: eugenis
Date: Fri Nov 21 04:20:45 2014
New Revision: 222518

URL: http://llvm.org/viewvc/llvm-project?rev=222518&view=rev
Log:
Change msan-origins default value on the sanitizer bot.

Set it to empty string if not specified in the force build settings.

Modified:
    zorg/trunk/zorg/buildbot/commands/AnnotatedCommand.py

Modified: zorg/trunk/zorg/buildbot/commands/AnnotatedCommand.py
URL: http://llvm.org/viewvc/llvm-project/zorg/trunk/zorg/buildbot/commands/AnnotatedCommand.py?rev=222518&r1=222517&r2=222518&view=diff
==============================================================================
--- zorg/trunk/zorg/buildbot/commands/AnnotatedCommand.py (original)
+++ zorg/trunk/zorg/buildbot/commands/AnnotatedCommand.py Fri Nov 21 04:20:45 2014
@@ -385,7 +385,7 @@ class AnnotatedCommand(ProcessLogShellSt
         'BUILDBOT_REVISION': WithProperties('%(revision:-None)s'),
         'BUILDBOT_SCHEDULER': WithProperties('%(scheduler:-None)s'),
         'BUILDBOT_SLAVENAME': WithProperties('%(slavename:-None)s'),
-        'BUILDBOT_MSAN_ORIGINS': WithProperties('%(msan_origins:-None)s'),
+        'BUILDBOT_MSAN_ORIGINS': WithProperties('%(msan_origins:-)s'),
     }
     # Apply the passed in environment on top.
     old_env = kwargs.get('env')





More information about the llvm-commits mailing list