Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit 331c9f6

Browse files
committed
appveyor.yml: fix failure to detect windows build errors
Updates #542 Try another way to test all the packages in this project, sans vendor/, without accidentally swallowing the exit status.
1 parent 3780ff1 commit 331c9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ deploy: false
3434

3535
test_script:
3636
- go build github.com/golang/dep/cmd/dep
37-
- for /f "" %%G in ('go list github.com/golang/dep/... ^| find /i /v "/vendor/"') do @go test %%G
37+
- for /f "" %%G in ('go list github.com/golang/dep/... ^| find /i /v "/vendor/"') do ( go test %%G & IF ERRORLEVEL == 1 EXIT 1)

0 commit comments

Comments
 (0)