Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/pybin/settings.py

    r767a8ef rcc9b520  
    201201        global output_width
    202202        output_width = max(map(lambda t: len(t.target()), tests))
    203         # 35 is the maximum width of the name field before we get line wrapping.
    204         output_width = min(output_width, 35)
Note: See TracChangeset for help on using the changeset viewer.