瀏覽代碼

tests: disable EIPP logging in test-compressed-indexes

The test makes heavy use of disabling compression types which are
usually available some way or another like xz which is how the EIPP
logs are compressed by default. Instead of changing this test to change
the filename according to the compression we want to test we just
disable EIPP logging for this test as that is easier and has the same
practical effect.

Gbp-Dch: Ignore
David Kalnischkies 10 年之前
父節點
當前提交
68151307d4
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      test/integration/test-compressed-indexes

+ 2 - 1
test/integration/test-compressed-indexes

@@ -92,7 +92,8 @@ Conf testpkg (1.0 unstable [i386])' aptget install testpkg -s -o Debug::pkgAcqui
 " aptcache dumpavail
 " aptcache dumpavail
 }
 }
 
 
-echo 'Debug::pkgAcquire::worker "true";
+echo 'Dir::Log::Planner "/dev/null";
+Debug::pkgAcquire::worker "true";
 debug::pkgAcquire::Auth "true";
 debug::pkgAcquire::Auth "true";
 Debug::pkgAcquire::Diffs "true";
 Debug::pkgAcquire::Diffs "true";
 Debug::Acquire::http "true";' > rootdir/etc/apt/apt.conf.d/99debugconf
 Debug::Acquire::http "true";' > rootdir/etc/apt/apt.conf.d/99debugconf