summaryrefslogtreecommitdiff
path: root/openembedded/jtreg-jdk_other.yaml
diff options
context:
space:
mode:
authorAndrew McDermott <andrew.mcdermott@linaro.org>2013-12-06 19:57:08 +0000
committerLinaro Code Review <review@review.linaro.org>2013-12-09 08:26:17 +0000
commitd96c88fb9e00715a6238531b54c25ede5a92e416 (patch)
treeb5f77186972005b4e42259f107b1bc7ee80a8d52 /openembedded/jtreg-jdk_other.yaml
parentdef79ea7bb8b4854f4e17ad0879e5b81994e4526 (diff)
jtreg: switch to new params syntax
Change-Id: I05364f31c99c6e515d2b46246f8442a2abc895c1 Signed-off-by: Andrew McDermott <andrew.mcdermott@linaro.org>
Diffstat (limited to 'openembedded/jtreg-jdk_other.yaml')
-rw-r--r--openembedded/jtreg-jdk_other.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/openembedded/jtreg-jdk_other.yaml b/openembedded/jtreg-jdk_other.yaml
index 1a8a788..acbc204 100644
--- a/openembedded/jtreg-jdk_other.yaml
+++ b/openembedded/jtreg-jdk_other.yaml
@@ -26,12 +26,12 @@ metadata:
devices:
- rtsm_ve-armv8
params:
- - 'JAVA_VM=-client'
- - 'JTREG_VERBOSE=-v1'
- - 'JTREG_CONC=-conc:1'
- - 'JTREG_TIMEOUT=-timeout:3'
- - 'JTREG_EXCLUDE_FILE=../jtreg/exclude.txt'
- - 'PRODUCT_HOME=/usr/lib/jvm/java-8-openjdk'
+ JAVA_VM: -client
+ JTREG_VERBOSE: -v1
+ JTREG_CONC: -conc:1
+ JTREG_TIMEOUT: -timeout:3
+ JTREG_EXCLUDE_FILE: ../jtreg/exclude.txt
+ PRODUCT_HOME: /usr/lib/jvm/java-8-openjdk
install:
git-repos:
- git://git.linaro.org/leg/openjdk/jtreg-bin.git