Skip to content

Commit

Permalink
Update reference from personal repo to rh-openjdk repo
Browse files Browse the repository at this point in the history
Signed-off-by: Sophia Guo <sophia.gwf@gmail.com>
  • Loading branch information
sophia-guo committed Mar 9, 2023
1 parent 0f98e60 commit 8b791e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/functional/wintps/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<target name="getWinTPSTest" depends="wintpsTest.check" unless="wintpsTestdir.exists">
<exec executable="git" failonerror="true">
<arg value="clone" />
<arg value="https://github.com/RadekCap/WindowsTPS" />
<arg value="https://github.com/rh-openjdk/WindowsTPS" />
</exec>
</target>

Expand Down
2 changes: 1 addition & 1 deletion test/functional/wintps/runInstallerTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ set -eo pipefail
mkdir input

export RESULTS_FOLDER=$1/result
export INPUT_FOLDER=`$pwd/input`
export INPUT_FOLDER="$(pwd)/input"
export JDK_VERSION=$2
export MSI_VENDOR="Adoptium"
export CURRENT_USER_NAME='jenkins'
Expand Down

0 comments on commit 8b791e2

Please sign in to comment.