Skip to content

Commit

Permalink
Don't try to run Scalar.FunctionalTests.Windows.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbaker committed Aug 12, 2019
1 parent 6f526c4 commit 90f5fa0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Scripts/RunFunctionalTests.bat
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,10 @@ where git

:startFunctionalTests
dotnet %Scalar_OUTPUTDIR%\Scalar.FunctionalTests\bin\x64\%Configuration%\netcoreapp2.1\Scalar.FunctionalTests.dll /result:TestResultNetCore.xml %2 %3 %4 %5 || goto :endFunctionalTests
%Scalar_OUTPUTDIR%\Scalar.FunctionalTests.Windows\bin\x64\%Configuration%\Scalar.FunctionalTests.Windows.exe /result:TestResultNetFramework.xml --windows-only %2 %3 %4 %5 || goto :endFunctionalTests

:endFunctionalTests
set error=%errorlevel%

call %Scalar_SCRIPTSDIR%\StopAllServices.bat

exit /b %error%
exit /b %error%

0 comments on commit 90f5fa0

Please sign in to comment.