Commit Graph

113 Commits (4ba82a41cfde15b8e31bcfe5f00eff08c29bc587)

Author SHA1 Message Date
Johannes 'josch' Schauer 4ba82a41cf
format code with perltidy 4 years ago
Johannes 'josch' Schauer 4fed488c35
when re-execing itself, keep Devel::Cover options 4 years ago
Johannes 'josch' Schauer f2ad2976ef
coverage.sh: remove some debugging output 4 years ago
Johannes 'josch' Schauer caf8fd8283
coverage.sh: exit 1 instead of continuing after printing differences 4 years ago
Johannes 'josch' Schauer 161f8b0ec2
coverage.sh: bump cover_db.img size to 384MB 4 years ago
Johannes 'josch' Schauer dbdf3f34c6
add support for generating squashfs images using tar2sqfs 4 years ago
Johannes 'josch' Schauer 51fab612ed
coverage.sh: cleanup shared/test.sh 4 years ago
Johannes 'josch' Schauer 8a0b003353
coverage.sh: cleanup dpkg config 4 years ago
Johannes 'josch' Schauer b143e170e2
coverage.sh: keep track of executed and skipped tests 4 years ago
Johannes 'josch' Schauer 04e40eca47
coverage.sh: output messages on stderr 4 years ago
Johannes 'josch' Schauer dc7663b3a8
coverage.sh: allow running tests on architectures other than amd64 with reduced functionality 4 years ago
Johannes 'josch' Schauer 4daae7e9be
coverage.sh: only patch /etc/shadow if necessary 4 years ago
Johannes 'josch' Schauer 46c9d4e058
coverage.sh: change busybox test to not be super sensitive about changes in unstable anymore 4 years ago
Johannes 'josch' Schauer 163da0a72d
coverage.sh: add safety measure to ensure certain tests are not run outside qemu 4 years ago
Johannes 'josch' Schauer 95e4a82937
coverage.sh: redirect to /dev/null instead of --quiet to avoid broken pipe 4 years ago
Johannes 'josch' Schauer 170344a611
coverage.sh: busybox sub-essential system now contains libcrypt1 4 years ago
Johannes 'josch' Schauer 75609a0b55
coverage.sh: make sure we have a gzip compressed file by checking the first three magic bytes 4 years ago
Johannes 'josch' Schauer b3949f6f7a
coverage.sh: continue loop after finding a program to diff with 4 years ago
Johannes 'josch' Schauer de85ad44b2
coverage.sh: reintroduce testing of debootstrap '-' variant 4 years ago
Johannes 'josch' Schauer 647e7e37f1
coverage.sh: test xattr support
When creating a tarball: --xattrs
When extracting a tarball: --xattrs --xattrs-include='*'
4 years ago
Johannes 'josch' Schauer 868081727e
add special hooks copy-in, copy-out, tar-in, tar-out, upload and download 4 years ago
Johannes 'josch' Schauer e6d5d74d87
--keyring now overwrites the default apt keyring
- apt can only handle one directory and one file as keyring
 - the signed-by option is used to specify the keyrings for suites that
   are not known by apt
4 years ago
Johannes 'josch' Schauer 6227bb2580
coverage.sh: add test for non-empty target directory 4 years ago
Johannes 'josch' Schauer d262d67877
Fix parallel xz compression... hopefully for the last time... 4 years ago
Johannes 'josch' Schauer aad36777e8
add --man option and reduce output of --help option
Printing the full man page requires the perl-doc package. To avoid this
dependency, print the less verbose output containing only the synopsis
and the option list for the --help option and print the full output
(requiring perldoc) for the --man option.
4 years ago
Johannes 'josch' Schauer 3a1d5413e2
also remove /var/log/apt/eipp.log.xz 4 years ago
Johannes 'josch' Schauer f548c57ef8
coverage.sh: increase cover_db.img size to 256M 4 years ago
Johannes 'josch' Schauer a2cd0e9843
add --keyring option as a shorthand for --aptopt='Dir::Etc::Trusted... 5 years ago
Johannes 'josch' Schauer 6cac8e70e8
allow multiple --include options and use array instead of hash
Package order is important when calling apt. Consider this dependency
graph:

    A -> B -> C | D , E -> D | C

"apt install A E" it will install "A B C E"
"apt install E A" it will install "E D A B"
5 years ago
Johannes 'josch' Schauer c5a96736ef
coverage.sh: check that the expected number of tests get executed 5 years ago
Johannes 'josch' Schauer c403b2b238
coverage.sh: add test for removal of start-stop-daemon and policy-rc.d in hook 5 years ago
Johannes 'josch' Schauer e0732140c0
make hooks work in chrootless mode 5 years ago
Johannes 'josch' Schauer d36ba6b371
allow multiple --architecture options and separation by whitespace 5 years ago
Johannes 'josch' Schauer 22c90c2ca6
it's possible that apt is already downloaded at the time where we want to install it 5 years ago
Johannes 'josch' Schauer 78358eaf9a
improve --components parsing with comma and whitespace as separator 5 years ago
Johannes 'josch' Schauer 503faaccf8
coverage.sh: in addition to cmp, run diffoscope and base64 and xxd 5 years ago
Johannes 'josch' Schauer 6bbf3943d1
coverage.sh: don't run make_mirror.sh 5 years ago
Johannes 'josch' Schauer dde777123e
coverage.sh: require binfmt support form chrootless installation of libmagic-mgc on armhf 5 years ago
Johannes 'josch' Schauer 3d8b072e3f
coverage.sh: allow to disable running tests that can fail because of m-a:same version skews 5 years ago
Johannes 'josch' Schauer b40f1530a2
coverage.sh: typo, delete shared/doc-debian.tar.list 5 years ago
Johannes 'josch' Schauer 4b919bbcc8
coverage.sh: busybox-based sub-essential does not need libattr1 anymore 5 years ago
Johannes 'josch' Schauer 594c8bbaa0
coverage.sh: also test --force-check-gpg 5 years ago
Johannes 'josch' Schauer a7a80e22c1
coverage.sh: also filter out changelog of Debian native packages 5 years ago
Johannes 'josch' Schauer fba31a078a
coverage.sh: remove /tmp/debian-chroot before exiting 5 years ago
Johannes 'josch' Schauer 311b58c689
fix print_header output for test 'fail with unshare as root user' 5 years ago
Johannes 'josch' Schauer 36d36d85ab
coverage.sh: always run --help and --version tests as root 5 years ago
Johannes 'josch' Schauer 87c742eded
coverage.sh: switch several tests from mode=root to $defaultmode 5 years ago
Johannes 'josch' Schauer d4646fd8b0
coverage.sh: add test for i386 on amd64 without qemu 5 years ago
Johannes 'josch' Schauer 70b33609ea
coverage.sh: add test for armhf without qemu support 5 years ago
Johannes 'josch' Schauer 39503bd0af
coverage.sh: add test for installing onto existing file 5 years ago