diff options
| author | Julian Andres Klode <jak@debian.org> | 2025-10-25 20:49:29 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2025-10-25 20:49:29 +0000 |
| commit | effd872a512beeaee314c2761640ef0b8e973b3d (patch) | |
| tree | 2a0bd97ee32e579cd70dc05fedd096c50871f78b /test/integration/run-tests | |
| parent | 2698c1e186accebefa320ebacde7ec3c40c66c29 (diff) | |
| parent | a3fca052ca21ad222ac7f2fdd7f3fe84b44beb60 (diff) | |
Merge branch 'solver3' into 'main'
Enable the new solver by default in 0.31, 1.21, 2.11, 3.1
See merge request apt-team/apt!527
Diffstat (limited to 'test/integration/run-tests')
| -rwxr-xr-x | test/integration/run-tests | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/integration/run-tests b/test/integration/run-tests index 9399f28e9..f5f6b6c57 100755 --- a/test/integration/run-tests +++ b/test/integration/run-tests @@ -2,6 +2,8 @@ set -e TESTTORUN='' +export APT_SOLVER="${APT_SOLVER:-3.0}" +export APT_SKIP_TEST_FILE="${APT_SKIP_TEST_FILE:-solver3.broken}" while [ -n "$1" ]; do if [ "$1" = "-q" ]; then export MSGLEVEL=2 @@ -24,6 +26,7 @@ while [ -n "$1" ]; do shift elif [ "$1" = '--solver' ]; then export APT_SOLVER="$2" + unset APT_SKIP_TEST_FILE shift elif [ "$1" = '--skip' ]; then export APT_SKIP_TEST_FILE="$2" |
