Skip to content

Commit cfa0fd0

Browse files
committed
Debug
1 parent f37499d commit cfa0fd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

appveyor.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ init:
22
- SET PATH=C:\Ruby%ruby_version%\bin;%PATH%
33
- SET PATH=C:\MinGW\msys\1.0\bin;%PATH%
44
- SET RAKEOPT=-rdevkit
5+
- SET TDSDUMP=%APPVEYOR_BUILD_FOLDER%\test\tdsdump.log
56
- SET TINYTDS_VERSION=0.9.5.rc.1
67
clone_depth: 5
78
skip_tags: true
@@ -42,3 +43,5 @@ environment:
4243
# - ruby_version: "200-x64"
4344
# - ruby_version: "21-x64"
4445
- ruby_version: "22-x64"
46+
on_failure:
47+
- find -name tdsdump.log | xargs cat

0 commit comments

Comments
 (0)