aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-03-05 12:49:31 +1100
committerRob Pike <r@golang.org>2012-03-05 12:49:31 +1100
commitf5a1dd888def229b7ce2f522ab8ef4083715efa6 (patch)
treee11d5ac1602fe1d909315212f46e2064820abfd1 /src/run.bash
parent2c0a46d6046cfd4895a30dbcb3d60d0ad9744166 (diff)
downloadgo-f5a1dd888def229b7ce2f522ab8ef4083715efa6.tar.xz
doc/progs: update for go 1
Fixes #3076. R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/5727056
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index d818751b2c..fd3b1f27b7 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -72,7 +72,6 @@ $BROKEN ||
./test.bash
) || exit $?
-$BROKEN ||
(xcd ../doc/progs
time ./run
) || exit $?