id,summary,reporter,owner,description,type,status,priority,milestone,version,resolution,keywords,cc
492,"""try_wait"" in .buildbot/options does not work",ipv6guru,,"When using ""buildbot try"" mode and wanting to wait for the output you are
supposed to be able to either a) specify ""--wait"" on the command line, or
b) put a ""try_wait"" line in .buildbot/options.

The options file method does not work. It appears that the getopt() method
in the Try class does not work with flag type arguments. This is because it
only falls back to the options file if no value is specified for an option,
yet flag type options always default to ""False"". Hence there is always a
value present and it is not possible to read a flag from the options
file.
Submitted:
chris ( chris-bkb ) - 2007-03-21 20:02",defect,closed,minor,0.8.0,0.7.12,fixed,sourceforge 1685082,cdadhemar@…
