diff options
Diffstat (limited to 'appveyor.ps1')
-rw-r--r-- | appveyor.ps1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.ps1 b/appveyor.ps1 index 9451406..4b1dd17 100644 --- a/appveyor.ps1 +++ b/appveyor.ps1 @@ -115,7 +115,7 @@ CALLSTACK:$(Get-PSCallStack | Out-String) } } -switch ($env:TEST) +switch ($env:RUN) { "ci" { @@ -150,6 +150,6 @@ switch ($env:TEST) default { - throw "Unexpected TEST mode: $env:TEST" + throw "Unexpected RUN mode: $env:RUN" } } |