summaryrefslogtreecommitdiff
path: root/test/integration/test-compressed-indexes
Commit message (Collapse)AuthorAgeFilesLines
* ensure that gz compression test is run with gzDavid Kalnischkies2014-03-131-0/+1
| | | | | | | | | The framework can be configured to use different compression algorithms to test different ones, but a testcase testing for gz support should always be run with gz, regardless of what compressions are configured otherwise. Git-Dch: Ignore
* add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-121-17/+17
| | | | | | | | | | For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore
* fix bashism (local outside function) and releasefile creation in testcasesDavid Kalnischkies2011-09-091-4/+4
|
* remove the caches in 'apt-get update', too, as they will beDavid Kalnischkies2011-08-221-5/+4
| | | invalid in most cases anyway
* avoid building simple packages with debhelper to speed it up a bitDavid Kalnischkies2011-01-211-3/+3
|
* * test/integration/test-compressed-indexes, test/test-indexes.sh:Martin Pitt2010-11-151-0/+1
| | | | | - Explicitly disable compressed indexes at the start. This ensures that we will actually test uncompressed indexes regardless of the internal default value of Acquire::GzipIndexes.
* tests/integration/test-*: remove a bunch of "local" that are used outside ↵Michael Vogt2010-10-131-1/+1
| | | | funtions (bash complains)
* * apt-pkg/acquire-item.cc:David Kalnischkies2010-08-211-0/+131
- don't use ReadOnlyGzip mode for PDiffs as this mode doesn't work in combination with the AddFd methods of our hashclasses Add also 2 testcases: one to test pdiffs in general and one to test the handling of compressed indexes.