]> xenbits.xensource.com Git - osstest/rumprun.git/commitdiff
buildtests: place RRDEST into PATH first
authorAntti Kantee <pooka@iki.fi>
Mon, 29 Feb 2016 02:36:16 +0000 (02:36 +0000)
committerAntti Kantee <pooka@iki.fi>
Mon, 29 Feb 2016 02:36:16 +0000 (02:36 +0000)
This change ensures that the tools from our build will be
found instead of some others which may exist along PATH.

tests/buildtests.sh

index d039a522b8883f02f925cf01c27dbdd8c8d89bad..cab3b9416cdac697f3a135c26943f14c99766787 100755 (executable)
@@ -51,7 +51,7 @@ test_apptools()
                exit 1
        esac
 
-       export PATH="${PATH}:${RRDEST}/bin"
+       export PATH="${RRDEST}/bin:${PATH}"
        export RUMPBAKE_PLATFORM
 
        make