From 77a324fccc75b8573799a7f79ca1b3f8b0d35be7 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 10 Aug 2016 16:42:23 +0200 Subject: 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 --- test/integration/run-tests | 6 ------ 1 file changed, 6 deletions(-) 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='' -- cgit v1.2.3