Skip to content

Commit

Permalink
verify where we are during test_script
Browse files Browse the repository at this point in the history
  • Loading branch information
chambbj committed Mar 13, 2015
1 parent 3d818b7 commit 06d83d2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 06d83d2

Please sign in to comment.