-
Notifications
You must be signed in to change notification settings - Fork 100
Open
Labels
Milestone
Description
Currently, dh_auto_test runs the tests for every package, and then ignores the results.
See rules.em line 45
For about half of all packages, this does nothing because they have no tests. On most of the remainder, it wastes a significant amount of time on my build farm. In a few rare cases, the tests hang and eventually cause the package build to fail.
If running tests isn't valuable, they shouldn't be run. If running the tests is valuable, we shouldn't ignore the results.