This repository was archived by the owner on Jun 21, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 1818 $TimeoutDuration = 180
1919 ,
2020 [switch ]
21- $AppVeyor = $false
22- ,
23- [switch ]
2421 $Trace = $false
2522
2623)
@@ -35,30 +32,30 @@ $env:PATH = "$PSScriptRoot;$env:PATH"
3532$exitcode = 0
3633
3734Write-Output " Running Tracking Collection Tests..."
38- Run- NUnit test TrackingCollectionTests $TimeoutDuration $config - AppVeyor: $AppVeyor
35+ Run- NUnit test TrackingCollectionTests $TimeoutDuration $config
3936if (! $? ) {
4037 $exitcode = 1
4138}
4239
4340Write-Output " Running GitHub.UI.UnitTests..."
44- Run- NUnit test GitHub.UI.UnitTests $TimeoutDuration $config - AppVeyor: $AppVeyor
41+ Run- NUnit test GitHub.UI.UnitTests $TimeoutDuration $config
4542if (! $? ) {
4643 $exitcode = 2
4744}
4845
4946Write-Output " Running UnitTests..."
50- Run- NUnit test UnitTests $TimeoutDuration $config - AppVeyor: $AppVeyor
47+ Run- NUnit test UnitTests $TimeoutDuration $config
5148if (! $? ) {
5249 $exitcode = 3
5350}
5451
5552Write-Output " Running GitHub.InlineReviews.UnitTests..."
56- Run- NUnit test GitHub.InlineReviews.UnitTests $TimeoutDuration $config - AppVeyor: $AppVeyor
53+ Run- NUnit test GitHub.InlineReviews.UnitTests $TimeoutDuration $config
5754if (! $? ) {
5855 $exitcode = 4
5956}
6057
61- if ($exitcode -ne 0 -and $AppVeyor ) {
58+ if ($exitcode -ne 0 ) {
6259 $host.SetShouldExit ($exitcode )
6360}
6461exit $exitcode
You can’t perform that action at this time.
0 commit comments