Skip to content

Commit 314f594

Browse files
wfurtViktorHofer
authored andcommitted
updatedefault locations after Arcade changes (dotnet#33449)
1 parent 266ba84 commit 314f594

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

run-test.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ coreclr_code_coverage()
253253
exit 1
254254
fi
255255

256-
local coverageDir="$ProjectRoot/bin/Coverage"
257-
local toolsDir="$ProjectRoot/bin/Coverage/tools"
258-
local reportsDir="$ProjectRoot/bin/Coverage/reports"
256+
local coverageDir="$ProjectRoot/artifacts/bin/Coverage"
257+
local toolsDir="$coverageDir/tools"
258+
local reportsDir="$coverageDir/reports"
259259
local packageName="unix-code-coverage-tools.1.0.0.nupkg"
260260
rm -rf $coverageDir
261261
mkdir -p $coverageDir
@@ -363,12 +363,12 @@ done
363363

364364
if [ "$Runtime" == "" ]
365365
then
366-
Runtime="$ProjectRoot/bin/testhost/netcoreapp-$OS-$ConfigurationGroup-$__Arch"
366+
Runtime="$ProjectRoot/artifacts/bin/testhost/netcoreapp-$OS-$ConfigurationGroup-$__Arch"
367367
fi
368368

369369
if [ "$CoreFxTests" == "" ]
370370
then
371-
CoreFxTests="$ProjectRoot/bin"
371+
CoreFxTests="$ProjectRoot/artifacts/bin"
372372
fi
373373

374374
# Check parameters up front for valid values:

0 commit comments

Comments
 (0)