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

Commit

Permalink
updatedefault locations after Arcade changes (#33449)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfurt authored and ViktorHofer committed Nov 13, 2018
1 parent 266ba84 commit 314f594
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ coreclr_code_coverage()
exit 1
fi

local coverageDir="$ProjectRoot/bin/Coverage"
local toolsDir="$ProjectRoot/bin/Coverage/tools"
local reportsDir="$ProjectRoot/bin/Coverage/reports"
local coverageDir="$ProjectRoot/artifacts/bin/Coverage"
local toolsDir="$coverageDir/tools"
local reportsDir="$coverageDir/reports"
local packageName="unix-code-coverage-tools.1.0.0.nupkg"
rm -rf $coverageDir
mkdir -p $coverageDir
Expand Down Expand Up @@ -363,12 +363,12 @@ done

if [ "$Runtime" == "" ]
then
Runtime="$ProjectRoot/bin/testhost/netcoreapp-$OS-$ConfigurationGroup-$__Arch"
Runtime="$ProjectRoot/artifacts/bin/testhost/netcoreapp-$OS-$ConfigurationGroup-$__Arch"
fi

if [ "$CoreFxTests" == "" ]
then
CoreFxTests="$ProjectRoot/bin"
CoreFxTests="$ProjectRoot/artifacts/bin"
fi

# Check parameters up front for valid values:
Expand Down

0 comments on commit 314f594

Please sign in to comment.