diff options
| author | Julian Andres Klode <jak@debian.org> | 2016-08-10 16:42:23 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2016-08-10 16:43:16 +0200 |
| commit | 77a324fccc75b8573799a7f79ca1b3f8b0d35be7 (patch) | |
| tree | 6b074b658daf7dd18705cf3757b98d8c888b0c30 /test | |
| parent | 17631ae79faf0f625dbf4fe0a393caca79429923 (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
Diffstat (limited to 'test')
| -rwxr-xr-x | test/integration/run-tests | 6 |
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='' |
