#1699 closed enhancement (fixed)

make '--rterrors' the default for 'python setup.py test' and 'python setup.py trial'

Reported by: davidsarah Owned by: davidsarah
Priority: normal Milestone: 1.9.2
Component: code Version: 1.9.1
Keywords: usability test easy Cc:
Launchpad Bug:

Description

See #1667 for a case where this would have helped.

Change History (10)

comment:1 Changed at 2012-05-16T22:47:36Z by davidsarah

  • Keywords easy added
  • Milestone changed from soon to 1.10.0
  • Status changed from new to assigned

comment:2 Changed at 2012-05-31T22:02:21Z by david-sarah@…

  • Resolution set to fixed
  • Status changed from assigned to closed

In 972bcb1c428810d2:

Change 'setup.py test' and 'setup.py trial' to pass --rterrors to trial by default. Suppress using --no-rterrors. Also pass --until-failure/-u to trial. fixes #1699

comment:3 Changed at 2012-05-31T22:03:56Z by david-sarah@…

In 5504/1.9.2:

Change 'setup.py test' and 'setup.py trial' to pass --rterrors to trial by default. Suppress using --no-rterrors. Also pass --until-failure/-u to trial. fixes #1699

comment:4 Changed at 2012-05-31T22:04:56Z by davidsarah

  • Milestone changed from 1.10.0 to 1.9.2

comment:5 Changed at 2012-05-31T22:12:14Z by david-sarah <david-sarah@…>

In 972bcb1c428810d2:

Change 'setup.py test' and 'setup.py trial' to pass --rterrors to trial by default. Suppress using --no-rterrors. Also pass --until-failure/-u to trial. fixes #1699

comment:6 Changed at 2012-05-31T22:24:49Z by david-sarah@…

In 9a76d56fa3643555:

Restore --rterrors option to 'setup.py test' and 'setup.py trial' to keep buildbots happy. refs #1699

comment:7 Changed at 2012-05-31T22:27:15Z by david-sarah <david-sarah@…>

In 9a76d56fa3643555:

Restore --rterrors option to 'setup.py test' and 'setup.py trial' to keep buildbots happy. refs #1699

comment:7 Changed at 2012-05-31T22:27:18Z by david-sarah@…

In 5505/1.9.2:

Restore --rterrors option to 'setup.py test' and 'setup.py trial' to keep buildbots happy. refs #1699

comment:8 Changed at 2012-07-10T20:04:56Z by david-sarah@…

In 5853/cloud-backend:

Change 'setup.py test' and 'setup.py trial' to pass --rterrors to trial by default. Suppress using --no-rterrors. Also pass --until-failure/-u to trial. fixes #1699

comment:9 Changed at 2012-07-10T20:04:57Z by david-sarah@…

In 5854/cloud-backend:

Restore --rterrors option to 'setup.py test' and 'setup.py trial' to keep buildbots happy. refs #1699

Note: See TracTickets for help on using tickets.