From: Kees Monshouwer Date: Mon, 13 Jan 2014 21:46:17 +0000 (+0100) Subject: add testsdir to diff output in start-test-stop X-Git-Tag: rec-3.6.0-rc1~244^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c85cf48a621b27dcee3b99202d3f063521034ff;p=pdns add testsdir to diff output in start-test-stop --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index b329eaf7b..20883702a 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -1441,7 +1441,7 @@ dotests () { for t in `cat failed_tests` do echo -e "\n\n$t" - cat $t/diff + cat ${testsdir}/$t/diff done if [ "${!1}" -eq 0 ] then