Chinese (simplified) program translation update
[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
74c3db65
MV
11# run tests against the installed apt, use "env -i" to ensure
12# the host env does not pollute our environment
13env -i \
5c0dd6fc
MV
14APT_INTEGRATION_TESTS_WEBSERVER_BIN_DIR=$(pwd)/build/bin \
15APT_INTEGRATION_TESTS_METHODS_DIR=/usr/lib/apt/methods \
ed9665ae 16APT_INTEGRATION_TESTS_LIBEXEC_DIR=/usr/lib/apt/ \
3082603f 17APT_INTEGRATION_TESTS_INTERNAL_SOLVER=/usr/lib/apt/solvers/apt \
5c0dd6fc 18APT_INTEGRATION_TESTS_BUILD_DIR=/usr/bin \
3b8eb3bc 19APT_INTEGRATION_TESTS_LIBRARY_PATH=/dev/null/does/not/exist \
5c0dd6fc 20./test/integration/run-tests