Преглед на файлове

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
Julian Andres Klode преди 10 години
родител
ревизия
77a324fccc
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      test/integration/run-tests

+ 0 - 6
test/integration/run-tests

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