Kaynağa Gözat

set the quiet value for apt-cache so the tests will actually see
the notices as they will not be shown otherwise

David Kalnischkies 16 yıl önce
ebeveyn
işleme
e8379ba3b9
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      test/integration/framework

+ 1 - 1
test/integration/framework

@@ -483,7 +483,7 @@ N: No packages found"
 	local ARCH=$(dpkg-architecture -qDEB_HOST_ARCH_CPU)
 	eval `apt-config shell ARCH APT::Architecture`
 	echo "$VIRTUAL" | sed -e "s/:$ARCH//" -e 's/:all//' > $COMPAREFILE
-	aptcache show $PACKAGE 2>&1 | checkdiff $COMPAREFILE - && msgpass || msgfail
+	aptcache show -q=0 $PACKAGE 2>&1 | checkdiff $COMPAREFILE - && msgpass || msgfail
 	rm $COMPAREFILE
 }