From 1730f3da903664c8819dd04eafc805e18102fcc0 Mon Sep 17 00:00:00 2001 From: Jiri Date: Wed, 17 Apr 2024 15:34:28 +0200 Subject: [PATCH] renamed jtwork and jtreport to work and report --- run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sh b/run.sh index 3ef8b8b..441d044 100755 --- a/run.sh +++ b/run.sh @@ -124,8 +124,8 @@ if [ "x$CYGWIN" == "xtrue" ] ; then JTREG_JAR="$(cygpath -aw "${JTREG_JAR}")" fi -jtWork="test.${TIME}/jdk/JTwork" -jtReport="test.${TIME}/jdk/JTreport" +jtWork="test.${TIME}/jdk/work" +jtReport="test.${TIME}/jdk/report" r=0 mkdir -p "${jtWork}" "${jtReport}"