summaryrefslogtreecommitdiff
path: root/example.py
Commit message (Collapse)AuthorAge
* example: make loglevel configurable from comandlineAnton Khirnov2020-10-19
|
* Add a dry-run option.Anton Khirnov2020-10-18
|
* repository: rewrite results processingAnton Khirnov2020-10-16
| | | | | | | Drop the use of retcode, as it is not very meaningful. Drop all_ok, as it is not very useful. Catch all exceptions from individual targets and wrap them as failed results.
* targets: add __str__ methods to targetsAnton Khirnov2020-03-10
| | | | Allows to easily get a descriptive string for a target.
* Rename bupper to lbup.Anton Khirnov2020-02-15
| | | | | bupper already exists. lbup is a randomly chosen word containing bup
* Use the list of tests actually run when reporting results.Anton Khirnov2019-01-08
|
* Initial commit.Anton Khirnov2019-01-03
Support for a local target only.