]> git.saurik.com Git - apt.git/commitdiff
Do not set the binary dir in run-tests, it breaks stuff
authorJulian Andres Klode <jak@debian.org>
Wed, 10 Aug 2016 14:42:23 +0000 (16:42 +0200)
committerJulian Andres Klode <jak@debian.org>
Wed, 10 Aug 2016 14:43:16 +0000 (16:43 +0200)
This breaks -j and does all sort of other weird stuff I did not
notice in the previous (non-parallel) runs.

Gbp-Dch: ignore

test/integration/run-tests

index e90b4b7558eb13c3b45d04cc5b968fb0c6b9575e..78f24fbaf024e8f52784b80868fc8258f6e1ef75 100755 (executable)
@@ -1,10 +1,4 @@
 #!/bin/sh
-
-TESTDIR="$(readlink -f "$(dirname "$0")")"
-. "$TESTDIR/framework"
-
-find_project_binary_dir
-
 set -e
 
 TESTTORUN=''