aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor/test.ps1
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2019-08-24 19:02:27 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2019-08-24 19:02:27 +0300
commitc157d348291e6213b8a36b5b89fc27f61437db05 (patch)
tree9953389feeb1eda00537bda38730e23aea7f6972 /.appveyor/test.ps1
parentTravis: build all branches (diff)
downloadaes-tools-c157d348291e6213b8a36b5b89fc27f61437db05.tar.gz
aes-tools-c157d348291e6213b8a36b5b89fc27f61437db05.zip
AppVeyor: don't preserve Set-PSDebug
Diffstat (limited to '.appveyor/test.ps1')
-rw-r--r--.appveyor/test.ps11
1 files changed, 1 insertions, 0 deletions
diff --git a/.appveyor/test.ps1 b/.appveyor/test.ps1
index 6eced27..92212b2 100644
--- a/.appveyor/test.ps1
+++ b/.appveyor/test.ps1
@@ -94,6 +94,7 @@ function Run-ProjectTestsAppVeyor {
} finally {
if (Test-AppVeyor) {
cd $appveyor_cwd
+ Set-PSDebug -Off
}
}
}