]> git.saurik.com Git - apt.git/blobdiff - debian/tests/run-tests
Bug#739988: Fix autopkgtest missing dependencies and locale
[apt.git] / debian / tests / run-tests
index 233c5a386b1f80790dd87810a38f85b9ffa16ddf..6dc4eaa93a0de2ea066868f16ed65c44d9148b06 100644 (file)
@@ -2,12 +2,12 @@
 
 set -e
 
-# auto-package-test is very unhappy if stuff it writen to stderr
-exec 2> apt-stderr.log
+unset LANGUAGE
+export LC_ALL=C
 
 # we need the buildin webserver for the tests
 if [ ! -e environment.mak ]; then
-    ./configure
+    make startup
 fi
 make -C test/interactive-helper/