summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-20 17:34:14 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-20 17:34:14 +0000
commit74b90014c4737a094d901d5c86dfaa815a2c3176 (patch)
tree6efe2c55f7a210202ebfb08572a0fe3cec34d53a /appveyor.yml
parent5b9a0c5ee886d0e6c2b6e72e9f875cd6529ee435 (diff)
Add more debugging for perl not being able to run rmdir /s/q.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 7eb70e1f..f888789a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,6 +43,9 @@ install:
- echo %PATH%
- mkdir foo
- rmdir /s/q foo
+ - mkdir foo
+ - c:\perl\bin\perl -e "print system('rmdir /s/q foo')"
+ - c:\perl\bin\perl -v
- ps: "[Net.ServicePointManager]::SecurityProtocol = 'Tls12'"