Преглед изворни кода

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 година
родитељ
комит
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"