aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.appveyor/test.ps1
diff options
context:
space:
mode:
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
}
}
}