Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-27 | test: Rename parse_option to parse_features | Guillem Jover | 1 | -4/+4 | |
Missed in commit dad593660d922abce634542b43e9d56b03228a8c. | |||||
2017-01-26 | Dpkg::BuildOptions: Add new parse_features() method | Guillem Jover | 1 | -1/+37 | |
This has been refactored from Dpkg::Vendor::Debian, to have a generic option parser. | |||||
2015-01-28 | test: Move use strict and warnings as the first directives | Guillem Jover | 1 | -0/+1 | |
2014-04-21 | test: Remove sequence number prefixes from test case filenames | Guillem Jover | 1 | -0/+72 | |
This stops the madness of having to invent sequence numbers to be able to order the test suite run. Instead we now honour the order of the arguments passed to the runner. |