summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Monteith <stuart.monteith@linaro.org>2016-11-10 13:26:25 +0000
committerStuart Monteith <stuart.monteith@linaro.org>2016-11-10 13:26:25 +0000
commit49b87dcf91b759da95ae1e142d0e4c03c15bda94 (patch)
treeee1604ebdd85cda58fe863f85e933e7f56a1b1e2
parent0bb49491bc5ed7d7c5d4836ff87c3176441f4125 (diff)
Fix path for jcstress in reportHEADmaster
Correct path in report. Was 8u, should be jdk8u.
-rwxr-xr-xjcstress-report4
1 files changed, 2 insertions, 2 deletions
diff --git a/jcstress-report b/jcstress-report
index 73e16af..39d79aa 100755
--- a/jcstress-report
+++ b/jcstress-report
@@ -27,7 +27,7 @@ source $THISDIR/date-vars.sh
numeric_date=$(date +'%s' --date=$(date +'%Y-%m-%d'))
run_dir=$(basename $JCSTRESS_RUN_DIR)
-people_link="http://openjdk.linaro.org/$JDK_VERSION/$run_dir/"
+people_link="http://openjdk.linaro.org/jdk$JDK_VERSION/$run_dir/"
echo "This is a summary of the jcstress test results"
echo "=============================================="
@@ -40,5 +40,5 @@ $THISDIR/jcstress-print-results "$@" | tail -n $DAYS
echo " "
echo "For detailed information on the test output please refer to: "
echo " "
-echo " http://openjdk.linaro.org/$JDK_VERSION/$run_dir/"
+echo " http://openjdk.linaro.org/jdk$JDK_VERSION/$run_dir/"
echo " "