From: Antti Kantee Date: Mon, 29 Feb 2016 02:36:16 +0000 (+0000) Subject: buildtests: place RRDEST into PATH first X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=2765be8808ad44bdb938582c6aa82d2a2676e1e4;p=osstest%2Frumprun.git buildtests: place RRDEST into PATH first This change ensures that the tools from our build will be found instead of some others which may exist along PATH. --- diff --git a/tests/buildtests.sh b/tests/buildtests.sh index d039a52..cab3b94 100755 --- a/tests/buildtests.sh +++ b/tests/buildtests.sh @@ -51,7 +51,7 @@ test_apptools() exit 1 esac - export PATH="${PATH}:${RRDEST}/bin" + export PATH="${RRDEST}/bin:${PATH}" export RUMPBAKE_PLATFORM make