Skip to content

Add missing_dependency check to rust-regressions.sh

Robin Krahl requested to merge robin-guest/debcargo-conf:rust-regressions into master

This patch adds a new check to rust-regressions.sh, missing_dependency. It looks for the string Broken autopkgtest-satdep that indicates a missing dev-dependency, so autopkgtest cannot compile and execute the tests. Previously, the user saw the generic error message if dependencies were missing.

Merge request reports

Loading