summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-07-30 10:15:19 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-07-30 10:17:49 +0100
commit0c95819970ff1bef0565bb3333e4c91d2294fe52 (patch)
treea773ce7822e5da33eb8b0e0546a2ba7750b63565 /openembedded
parent0dd26722b7115bb7e4f02a4ad311724099754006 (diff)
mauve: ensure .../openjdk-8-jdk/bin is at the head of PATH
Prefer openjdk-8 by having it as the first entry on the PATH. If not found the invocation will naturally fall back to /usr/bin/java. Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/mauve.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/openembedded/mauve.yaml b/openembedded/mauve.yaml
index a6e582c..f4a6218 100644
--- a/openembedded/mauve.yaml
+++ b/openembedded/mauve.yaml
@@ -16,6 +16,7 @@ run:
- 'Xvfb $DISPLAY &'
- 'XVFBPID=$!'
- 'PATH=$PATH:/lava/tests/$TESTRUN_ID/test-definitions/openembedded/scripts'
+ - 'PATH=/usr/lib/jvm/java-8-openjdk/bin:$PATH'
- 'rm -rf /tmp/mauve'
- 'ln -s /lava/tests/$TESTRUN_ID/mauve /tmp/mauve'
- 'cd /tmp/mauve'