]> git.proxmox.com Git - debcargo-conf.git/commit
Add missing_dependency check to rust-regressions.sh
authorRobin Krahl <robin.krahl@ireas.org>
Sun, 26 Jan 2020 09:54:24 +0000 (10:54 +0100)
committerRobin Krahl <robin.krahl@ireas.org>
Sun, 26 Jan 2020 09:56:21 +0000 (10:56 +0100)
commit9d02e5cc6f1138d73ed311eda814000412a08b9f
tree380b86b1248971e681c83b43d54a3ba52aaf6955
parent80aa9db3339c883007ce69bd489d62fd1968d60c
Add missing_dependency check to rust-regressions.sh

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.
dev/rust-regressions.sh