Skip to content

Commit

Permalink
renamed jtwork and jtreport to work and report
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Apr 18, 2024
1 parent c046275 commit 1730f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 1730f3d

Please sign in to comment.