]> granicus.if.org Git - pdns/commitdiff
add testsdir to diff output in start-test-stop
authorKees Monshouwer <mind04@monshouwer.org>
Mon, 13 Jan 2014 21:46:17 +0000 (22:46 +0100)
committermind04 <mind04@monshouwer.org>
Mon, 13 Jan 2014 21:46:17 +0000 (22:46 +0100)
regression-tests/start-test-stop

index b329eaf7bdcc13576dcc15495dad1a58731e5d62..20883702a431d1beab5095047756fff2ab33e142 100755 (executable)
@@ -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