Commit ca3c4e76 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 2547cb7d
......@@ -137,8 +137,8 @@ func TestGoTraceGen(t *testing.T) {
}
// XXX autodetect (go list ?)
//testv := []string{"a/pkg1", "b/pkg2", "c/pkg3", "d/pkg4"}
testv := []string{"b/pkg2"}
testv := []string{"a/pkg1", "b/pkg2", "c/pkg3", "d/pkg4"}
//testv := []string{"b/pkg2"}
for _, tpkg := range testv {
err = tracegen(tpkg, tBuildCtx, "" /* = local imorts disabled */)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment