Merge lp:~jamesodhunt/auto-package-testing/partial-fix-for-bug-1075976 into lp:auto-package-testing
Proposed by
James Hunt
on 2012-11-08
| Status: | Merged |
|---|---|
| Merged at revision: | 95 |
| Proposed branch: | lp:~jamesodhunt/auto-package-testing/partial-fix-for-bug-1075976 |
| Merge into: | lp:auto-package-testing |
| Diff against target: |
118 lines (+21/-6) 4 files modified
bin/run-adt-test (+6/-1) bin/testbed/run-adt (+12/-2) doc/README.md (+1/-1) doc/USAGE.md (+2/-2) |
| To merge this branch: | bzr merge lp:~jamesodhunt/auto-package-testing/partial-fix-for-bug-1075976 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Martin Pitt | 2012-11-08 | Approve on 2012-11-12 | |
|
Review via email:
|
|||
Description of the Change
* bin/run-adt-test: add --no-eat option (which is passed to run-adt).
* bin/testbed/
to reinstate normal data integrity behaviour
(atleast partially fixes LP bug 1075976).
To post a comment you must log in.

As discussed on IRC, I merged the typo fixes. The --no-eat doesn't seem relevant, so I left those parts out.
Thanks!