Skip to content

Commit

Permalink
fix flavour
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyme committed Oct 17, 2016
1 parent 5a646cc commit 05bc4a5
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -749,12 +749,11 @@ if '%TEST_CORECLR_COREUNIT_SUITE%' == '1' (
set OUTPUTFILE=%RESULTSDIR%\coreclr-coreunit-suite-output.log
set ERRORFILE=%RESULTSDIR%\coreclr-coreunit-suite-errors.log

set testbinpath=%~dp0tests\testbin\
set architecturepath=coreclr\win7-x64
set CORERUNPATH=!testbinpath!!flavor!\!architecturepath!
set architecture=win7-x64
set CORERUNPATH=%~dp0tests\testbin\!BUILD_CONFIG!\coreclr\!architecture!

echo "!CORERUNPATH!\corerun.exe" "!testbinpath!!flavor!\coreclr\fsharp.core.unittests\FSharp.Core.Unittests.exe"
"!CORERUNPATH!\corerun.exe" "!testbinpath!!flavor!\coreclr\fsharp.core.unittests\FSharp.Core.Unittests.exe"
echo "!CORERUNPATH!\corerun.exe" "%~dp0tests\testbin\!BUILD_CONFIG!\coreclr\fsharp.core.unittests\FSharp.Core.Unittests.exe"
"!CORERUNPATH!\corerun.exe" "%~dp0tests\testbin\!BUILD_CONFIG!\coreclr\fsharp.core.unittests\FSharp.Core.Unittests.exe"

rem call :UPLOAD_TEST_RESULTS "!XMLFILE!" "!OUTPUTFILE!" "!ERRORFILE!"

Expand Down

0 comments on commit 05bc4a5

Please sign in to comment.