aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRobert Griesemer <gri@golang.org>2011-10-11 17:43:10 -0700
committerRobert Griesemer <gri@golang.org>2011-10-11 17:43:10 -0700
commite58a77809d5d31317f64bfc5b8a96e2fb093bae4 (patch)
treefb62711a5af41a47f981952dcca454841b8caac5 /src/run.bash
parent9b8cdad8aa619beb3be7e912fcb23a76cb73e622 (diff)
downloadgo-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-xsrc/run.bash2
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 $?