- 23 Dec, 2018 12 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Two tests use a "calibration" script that adjusts the expected tags. In that particular circumstance, commit b81de6ce causes the displayed diff to be incorrect (although the test result itself is reliable). Here we fix the path if the test was calibrated. Now the diff is correct again. Possible long-term solutions are: (1) reversal of the "calibration" logic in that it modifies the actual tags rather than the expected tags; (2) a more powerful tag parts that compares only invariant parts. Signed-off-by:
Chris Lamb <lamby@debian.org> -
The actual module was already removed earlier. Signed-off-by:
Chris Lamb <lamby@debian.org> -
The moduled Test::Lintian::Harness that provides this function was removed earlier. Signed-off-by:
Chris Lamb <lamby@debian.org> -
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Paul Wise authored
-
Paul Wise authored
Changes-by: make -C data/spelling sort
-
- 22 Dec, 2018 6 commits
-
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Allow some alternatives in the "invariant sections" regular expressions as some upstream's have modified the official wording. (Closes: #916095)
-
The test result is checked against the copy of tags in $runpath, but the diff command is now run on the tags in $specpath. It provides users who rely on it a reference to the original tags. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This data structure is written to $runpath/desc and thus survives between preparation stage and runner. Signed-off-by:
Chris Lamb <lamby@debian.org> -
Chris Lamb authored
-
- 21 Dec, 2018 22 commits
-
-
Signed-off-by:
Chris Lamb <lamby@debian.org> -
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
-
Chris Lamb authored
Apply a patch series from Felix Lechner to capture log output in tests using Capture::Tiny as it works better in a multi-threaded environent. (MR: !102)
-
This commit removes a file that is no longer being used. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This commit removes unused imports in the test runner. Signed-off-by:
Chris Lamb <lamby@debian.org> -
The function runsystem_ok was a custom way to call executables that was no longer used. This commit replaces the last such use before that module is removed. Signed-off-by:
Chris Lamb <lamby@debian.org> -
A test runner should probably minimize its own untested use of facilities from the subject under test. In this instance, the function internal_error was provided by Lintian proper, but its use was not necessary. It was replaced. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This exit codes may not have worked properly before, and are not working now. The description is removed. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This commit updates the README with better information on the new test selection mechanism. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This commit updates the help text to conform to the expanded test selection mechanism. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This commit integrates the function parse_args, which used many global variables, into main program. Signed-off-by:
Chris Lamb <lamby@debian.org> -
The usage function will simply print the usage information. It will no longer cause the program to exit with any particular value. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This commit positionally moves the following assigments or declarations: $ENV{HARNESS_EPOCH} $output_is_tty $IO_LOOP Signed-off-by:
Chris Lamb <lamby@debian.org> -
This option is likely to be most effective at the beginning of any program. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This name change brings the variable name in line with the runtime option it refers to. Signed-off-by:
Chris Lamb <lamby@debian.org> -
This commit causes the latest Debian policy version and its effective date to be announced when running tests. Signed-off-by:
Chris Lamb <lamby@debian.org>
-