launchpad-dev team mailing list archive
-
launchpad-dev team
-
Mailing list archive
-
Message #01098
ANN: utilities/retest.py
I've added a simple but handy script called 'retest.py' to utilities.
Feed it the output from a failed test run and it will re-run just the
failed tests, including the proper handling of dependent stories.
Here is a typical scenario:
% bin/test -vvm lp.registry | tee test.out
% # Oh nos! Failures!
% # Fix tests.
% utilities/retest.py test.out
The test failure file can also be the email sent by ec2.
Enjoy,
Brad
Follow ups