Commit 8a9d21b
committed
tests: Include stderr in TestGopherJSCanBeVendored output.
This way, we get more information when/if TestGopherJSCanBeVendored
fails.
Before:
$ go test -v -run=TestGopherJSCanBeVendored
=== RUN TestGopherJSCanBeVendored
--- FAIL: TestGopherJSCanBeVendored (5.20s)
gorepo_test.go:38: exit status 1
FAIL
exit status 1
FAIL github.com/gopherjs/gopherjs/tests 5.203s
After:
$ go test -v -run=TestGopherJSCanBeVendored
=== RUN TestGopherJSCanBeVendored
vendoring github.com/gopherjs/gopherjs/js package is not supported, see #415
--- FAIL: TestGopherJSCanBeVendored (5.19s)
gorepo_test.go:40: exit status 1
FAIL
exit status 1
FAIL github.com/gopherjs/gopherjs/tests 5.190s1 parent 49f2b5c commit 8a9d21b
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
0 commit comments