Options (1)
-B, --no-built-binariesbooleanTest the package in the current directory without rebuilding it
Example:
autopkgtest {{[-B|--no-built-binaries]}} -- {{null}}Examples (5)
Build the package in the current directory and run all tests directly on the system
autopkgtest -- nullRun a specific test for the package in the current directory
autopkgtest --test-name=test_name -- nullDownload and build a specific package with `apt-get`, then run all tests
autopkgtest package -- nullTest the package in the current directory using a new root directory
autopkgtest -- chroot path/to/new_rootTest the package in the current directory without rebuilding it
autopkgtest [-B|--no-built-binaries] -- nullmade by @shridhargupta | data from tldr-pages