Message ID | mcrk4pnaby0.fsf@dhcp-172-17-9-151.mtv.corp.google.com |
---|---|
State | New |
Headers | show |
diff -r be7e820fc0ce libgo/testsuite/gotest --- a/libgo/testsuite/gotest Thu Jun 24 22:57:39 2010 -0700 +++ b/libgo/testsuite/gotest Thu Jun 24 22:58:45 2010 -0700 @@ -97,6 +97,9 @@ # Some tests expect the _obj directory created by the gc Makefiles. mkdir _obj +# Some tests expect the _test directory created by the gc Makefiles. +mkdir _test + case "x$gofiles" in x) gofiles=$(echo -n $(ls *_test.go *_test.pb.go 2>/dev/null))