From 7c85cf48a621b27dcee3b99202d3f063521034ff Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 13 Jan 2014 22:46:17 +0100 Subject: [PATCH] add testsdir to diff output in start-test-stop --- regression-tests/start-test-stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0