This commit is contained in:
Sergio Durigan Junior 2016-07-23 08:51:25 -04:00
parent 2e4d4d641e
commit 8dafb917d8

View file

@ -244,9 +244,9 @@ send to the gdb-testers mailing list."""
cur_change = build.getSourceStamps ()[0].changes[0]
properties = build.getProperties ()
isrebuild = properties.getProperty ('isRebuild')
istrysched = properties.getProperty ('isTryShed') == 'yes'
istrysched = properties.getProperty ('isTrySched') == 'yes'
if istryshed:
if istrysched:
try_to = build.getReason ().strip ("'try' job by user ")
else:
try_to = None