Do not sendToInterestedUsers

This commit is contained in:
Sergio Durigan Junior 2016-07-24 00:39:10 -04:00
parent f3d40099ba
commit 477ef8b85d

View file

@ -567,7 +567,6 @@ mn = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
'got_revision') })
mn_try = MyMailNotifier(fromaddr = GDB_MAIL_FROM,
sendToInterestedUsers = True,
mode = ( 'failing', 'passing', 'warnings' ),
messageFormatter = MessageGDBTestersTryBuild,
tags = [ "MAIL", "TRY" ],