aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jdk10-jtreg-test.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/jdk10-jtreg-test.yaml b/jdk10-jtreg-test.yaml
index 6926c62573..af871016eb 100644
--- a/jdk10-jtreg-test.yaml
+++ b/jdk10-jtreg-test.yaml
@@ -149,7 +149,7 @@
# Move the applications tests to exclude them from execution.
# JCStress adds days to the execution time.
- mv ${src_dir}/hotspot/test/applications ${src_dir}/hotspot/
+ mv ${src_dir}/test/hotspot/jtreg/applications ${src_dir}
blacklist=${WORKSPACE}/excludes.txt
jdk_problem_list=${src_dir}/${JTREG_CATEGORY}/test/ProblemList.txt
@@ -225,7 +225,7 @@
fi
# Move the applications tests back, for neatness.
- mv ${src_dir}/hotspot/applications ${src_dir}/hotspot/test
+ mv ${src_dir}/applications ${src_dir}/test/hotspot/jtreg
# Kill leftover jstatd processes.
killall -9 jstatd