aboutsummaryrefslogtreecommitdiff
path: root/jdkX-jtreg-test.yaml
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2019-01-04 11:49:36 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2019-01-04 14:23:03 +0000
commit1f7e765ff565ffe79b7008267cf4556b2e8570d8 (patch)
tree61a27fb59de0b51ba5fe89b53949a987062b6372 /jdkX-jtreg-test.yaml
parent722d3a7433eae1333194d7637ba462b8e85d8fa5 (diff)
jdk: Fix path to ProblemList.txt
We've got the location of the ProblemList.txt file wrong, change location. Change-Id: Ie755c729bdb0e5dc1bf440757aca2e587e0f4de7
Diffstat (limited to 'jdkX-jtreg-test.yaml')
-rw-r--r--jdkX-jtreg-test.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jdkX-jtreg-test.yaml b/jdkX-jtreg-test.yaml
index 0a79ec66..9ac4cf5e 100644
--- a/jdkX-jtreg-test.yaml
+++ b/jdkX-jtreg-test.yaml
@@ -101,7 +101,7 @@
mv jdkX/* ${src_dir}
blacklist=${WORKSPACE}/excludes.txt
- jdk_problem_list=${src_dir}/${JTREG_CATEGORY}/test/ProblemList.txt
+ jdk_problem_list=${src_dir}/test/${JTREG_CATEGORY}/ProblemList.txt
if [ -e $jdk_problem_list ]; then
cat $jdk_problem_list > ${blacklist}