On Wed, Aug 19, 2026 at 10:30:57PM +0200, Hilmar Preuße wrote: > Hello, > > The wiki page states, that a test run is against a pre-built binary. Until > now I run my test suite against a source package... > > Or do you mean, the source package is unpacked in . and the deb files are > just pre-built so they don't need to be rebuilt during test run?
autopkgtest can get both binary and source packages as arguments, as follows: If it gets binaries, it injects those to be installed; if not, the packages to be tested will be downloaded from the archive. The tests to be executed come from the source package, regardless of where the binaries come from. It will build the package by default, unless you pass --no-built-binaries (which ci.debian.net does, because there we want to test the binaries that are in the archive).
signature.asc
Description: PGP signature

