From 8ea7b9f849ec78705cd5a1c7fe077e6b2824d336 Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Wed, 18 Nov 2015 17:12:55 +0100 Subject: [PATCH] SQSCANNER-8 Execute ITs on Windows using AppVeyor --- appveyor.ps1 | 4 ++-- 1 file 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" } } -- 2.39.5