]> git.saurik.com Git - apt.git/blobdiff - test/integration/test-apt-update-transactions
test, travis: Quieter testing with a new -qq mode
[apt.git] / test / integration / test-apt-update-transactions
index 884838038906a9230d9604baf2e382daad4a4c38..ab678c133a8b45d2e4b88a88401c4b579b71c29e 100755 (executable)
@@ -44,7 +44,8 @@ testrun() {
        signreleasefiles
 
        onehashbroken() {
-               testfailure aptget update
+               rm -rf rootdir/var/lib/apt/lists/partial
+               testfailure aptget update -o Debug::pkgAcquire::Worker=1 -o Debug::Acquire::http=1
                # each file generates two messages with this string
                testequal '2' grep --count 'Hash Sum mismatch' rootdir/tmp/testfailure.output
                testfileequal "$1" "$(listcurrentlistsdirectory)"
@@ -81,7 +82,7 @@ testsetup 'file'
 changetowebserver
 webserverconfig 'aptwebserver::support::modified-since' 'false' "$1"
 webserverconfig 'aptwebserver::support::last-modified' 'false' "$1"  # curl is clever and sees hits here also
-webserverconfig 'aptwebserver::support::range' 'false' "$1"
+webserverconfig 'aptwebserver::response-header::Accept-Ranges' 'none' "$1"
 
 testsetup 'http'