fix autopkgtest tests
[ntk/apt.git] / debian / tests / run-tests
CommitLineData
fdef7c5e
MV
1#!/bin/sh
2
3set -e
4
5c0dd6fc
MV
5# we need the buildin webserver for the tests
6if [ ! -e environment.mak ]; then
28b4b983 7 make startup
5c0dd6fc
MV
8fi
9make -C test/interactive-helper/
10
11# run against the installed apt
12APT_INTEGRATION_TESTS_WEBSERVER_BIN_DIR=$(pwd)/build/bin \
13APT_INTEGRATION_TESTS_METHODS_DIR=/usr/lib/apt/methods \
ed9665ae 14APT_INTEGRATION_TESTS_LIBEXEC_DIR=/usr/lib/apt/ \
686b484b 15APT_INTEGRATION_TESTS_INTERNAL_SOLVER_DIR=/usr/lib/apt/solvers \
5c0dd6fc 16APT_INTEGRATION_TESTS_BUILD_DIR=/usr/bin \
3b8eb3bc 17APT_INTEGRATION_TESTS_LIBRARY_PATH=/dev/null/does/not/exist \
5c0dd6fc 18./test/integration/run-tests