From 06d83d298db5539df21a7cbd57439ed0333ab6e6 Mon Sep 17 00:00:00 2001 From: Bradley J Chambers Date: Fri, 13 Mar 2015 12:55:15 -0400 Subject: [PATCH] verify where we are during test_script --- appveyor.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index b012cc69ac..ad63ed5ecb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -102,7 +102,10 @@ notifications: test_script: - "SET PATH=%OSGEODIR%/bin;%PATH%" - - ps: ls bin + - ps: pwd + - ps: cd bin + - ps: ls + - ps: cd .. - ctest --output-on-failure -C Release -VV matrix: