From 49b87dcf91b759da95ae1e142d0e4c03c15bda94 Mon Sep 17 00:00:00 2001 From: Stuart Monteith Date: Thu, 10 Nov 2016 13:26:25 +0000 Subject: Fix path for jcstress in report Correct path in report. Was 8u, should be jdk8u. --- jcstress-report | 4 ++-- 1 file 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 " " -- cgit v1.2.3