summaryrefslogtreecommitdiff
path: root/tests/runtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtest.sh')
-rwxr-xr-xtests/runtest.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/runtest.sh b/tests/runtest.sh
index 044778e8da..2cb5fbc4b6 100755
--- a/tests/runtest.sh
+++ b/tests/runtest.sh
@@ -60,8 +60,7 @@ function create_testhost
fi
# Initialize test variables
- local buildToolsDir=$coreClrSrc/Tools
- local dotnetExe=$buildToolsDir/dotnetcli/dotnet
+ local dotnetExe=$coreClrSrc/dotnet.sh
local coreClrSrcTestDir=$coreClrSrc/tests
if [ -z $coreClrBinDir ]; then