Commit 49274b42 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 0da5fa01
......@@ -136,8 +136,7 @@ func TestGoTraceGen(t *testing.T) {
}
// XXX autodetect (go list ?)
//testv := []string{"a/pkg1", "b/pkg2", "c/pkg3", "d/pkg4"}
testv := []string{"a/pkg1"}
testv := []string{"a/pkg1", "b/pkg2", "c/pkg3", "d/pkg4"}
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