]> git.saurik.com Git - apt.git/blobdiff - test/integration/framework
tests: disable generation of Release.gpg by default
[apt.git] / test / integration / framework
index 1f843babfdcc3f277482f615795adf04afc79e94..1f4da97f064d6bdb59c064fcbac03682eb6676ee 100644 (file)
@@ -421,6 +421,9 @@ EOF
                echo 'Acquire::gpgv::Options { "--weak-digest"; "sha1"; };' > rootdir/etc/apt/apt.conf.d/no-sha1
        fi
 
+       # most tests just need one signed Release file, not both
+       export APT_DONT_SIGN='Release.gpg'
+
        msgdone "info"
 }