]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
testrunner: Reset $run_prefix before generating next test script
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 27 Oct 2018 13:21:30 +0000 (15:21 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 27 Oct 2018 13:21:30 +0000 (15:21 +0200)
tests/testrunner.sh

index 6025cac0c0bbabe4825b86cb0feede21422c4669..44fbd78cfe5a345c33ad9c15fabe8c3d7391fdf4 100755 (executable)
@@ -157,6 +157,7 @@ SOURCEFILES=
 for testfile in "$@"; do
        rm -f prepare check
        echo 'set -e' >> prepare
+       run_prefix=""
 
        case "$testfile" in
        *.vala)