Przeglądaj źródła

use "Restrictions: allow-stderr and avoid apt-stderr.log in debian/tests/run-tests

Michael Vogt 12 lat temu
rodzic
commit
28b4b983d9
2 zmienionych plików z 3 dodań i 5 usunięć
  1. 2 1
      debian/tests/control
  2. 1 4
      debian/tests/run-tests

+ 2 - 1
debian/tests/control

@@ -1,2 +1,3 @@
 Tests: run-tests
-Depends: @, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4
+Restrictions: allow-stderr 
+Depends: @, apt, dpkg-dev, debhelper, libdb-dev, gettext, libcurl4-gnutls-dev, zlib1g-dev, libbz2-dev, xsltproc, docbook-xsl, docbook-xml, po4a, autotools-dev, autoconf, automake, doxygen, debiandoc-sgml, stunnel4

+ 1 - 4
debian/tests/run-tests

@@ -2,12 +2,9 @@
 
 set -e
 
-# auto-package-test is very unhappy if stuff it writen to stderr
-exec 2> apt-stderr.log
-
 # we need the buildin webserver for the tests
 if [ ! -e environment.mak ]; then
-    ./configure
+    make startup
 fi
 make -C test/interactive-helper/