summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2016-08-10 16:42:23 +0200
committerJulian Andres Klode <jak@debian.org>2016-08-10 16:43:16 +0200
commit77a324fccc75b8573799a7f79ca1b3f8b0d35be7 (patch)
tree6b074b658daf7dd18705cf3757b98d8c888b0c30
parent17631ae79faf0f625dbf4fe0a393caca79429923 (diff)
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
-rwxr-xr-xtest/integration/run-tests6
1 files changed, 0 insertions, 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=''