From: Julian Andres Klode Date: Wed, 10 Aug 2016 14:42:23 +0000 (+0200) Subject: Do not set the binary dir in run-tests, it breaks stuff X-Git-Tag: 1.3_rc1~7 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/77a324fccc75b8573799a7f79ca1b3f8b0d35be7 Do not set the binary dir in run-tests, it breaks stuff This breaks -j and does all sort of other weird stuff I did not notice in the previous (non-parallel) runs. Gbp-Dch: ignore --- diff --git a/test/integration/run-tests b/test/integration/run-tests index e90b4b755..78f24fbaf 100755 --- a/test/integration/run-tests +++ b/test/integration/run-tests @@ -1,10 +1,4 @@ #!/bin/sh - -TESTDIR="$(readlink -f "$(dirname "$0")")" -. "$TESTDIR/framework" - -find_project_binary_dir - set -e TESTTORUN=''