Просмотр исходного кода

ensure that gz compression test is run with gz

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
David Kalnischkies лет назад: 12
Родитель
Сommit
36e7727f70
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      test/integration/test-compressed-indexes

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

@@ -5,6 +5,7 @@ TESTDIR=$(readlink -f $(dirname $0))
 . $TESTDIR/framework
 
 setupenvironment
+configcompression '.' 'gz' # only gz is supported for this, so ensure it is used
 configarchitecture "i386"
 
 buildsimplenativepackage "testpkg" "i386" "1.0"