Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Explicitely pass product location
Browse files Browse the repository at this point in the history
  • Loading branch information
jashook committed Aug 16, 2018
1 parent a634146 commit 3c083cd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/runtest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -524,6 +524,11 @@ if [ ! -z "$testRootDir" ]; then
echo "Test Location : ${testRootDir}"
fi

if [ ! -z "$coreClrBinDir" ]; then
runtestPyArguments+=("-product_location" "$coreClrBinDir")
echo "Product Location : ${coreClrBinDir}"
fi

if [ -z "$coreOverlayDir" ]; then
runtestPyArguments+=("--generate_layout")
else
Expand Down

0 comments on commit 3c083cd

Please sign in to comment.