diff options
| author | Robert Griesemer <gri@golang.org> | 2011-10-11 17:43:10 -0700 |
|---|---|---|
| committer | Robert Griesemer <gri@golang.org> | 2011-10-11 17:43:10 -0700 |
| commit | e58a77809d5d31317f64bfc5b8a96e2fb093bae4 (patch) | |
| tree | fb62711a5af41a47f981952dcca454841b8caac5 /src/run.bash | |
| parent | 9b8cdad8aa619beb3be7e912fcb23a76cb73e622 (diff) | |
| download | go-e58a77809d5d31317f64bfc5b8a96e2fb093bae4.tar.xz | |
ebnf, ebnflint: move under exp
pkg/ebnf -> pkg/exp/ebnf
cmd/ebnflint -> pkg/exp/ebnflint
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5188042
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash index b1eaf3abe6..d3d2c69bf5 100755 --- a/src/run.bash +++ b/src/run.bash @@ -45,7 +45,7 @@ gomake testshort GOMAXPROCS=10 gomake testshort ) || exit $? -(xcd cmd/ebnflint +(xcd pkg/exp/ebnflint time gomake test ) || exit $? |
