瀏覽代碼

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=''