summaryrefslogtreecommitdiff
path: root/openembedded
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-07-30 10:23:26 +0100
committerAndrew McDermott <andrew.mcdermott@linaro.org>2013-07-30 10:23:26 +0100
commit800bae049052d53cd88fc5724f635862c2713f57 (patch)
treeabddb39a4eff9e5ba341c483522b8b875ea435c0 /openembedded
parent0c95819970ff1bef0565bb3333e4c91d2294fe52 (diff)
mauve: echo which java and version info to test output
Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded')
-rw-r--r--openembedded/mauve.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/mauve.yaml b/openembedded/mauve.yaml
index f4a6218..3128a47 100644
--- a/openembedded/mauve.yaml
+++ b/openembedded/mauve.yaml
@@ -17,6 +17,8 @@ run:
- 'XVFBPID=$!'
- 'PATH=$PATH:/lava/tests/$TESTRUN_ID/test-definitions/openembedded/scripts'
- 'PATH=/usr/lib/jvm/java-8-openjdk/bin:$PATH'
+ - 'which java'
+ - 'java -version'
- 'rm -rf /tmp/mauve'
- 'ln -s /lava/tests/$TESTRUN_ID/mauve /tmp/mauve'
- 'cd /tmp/mauve'