aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2009-08-12 14:40:47 -0700
committerRuss Cox <rsc@golang.org>2009-08-12 14:40:47 -0700
commitb5c57fea969e527a8127ffc3e62bba63ca861945 (patch)
tree802a25d409cc4562a1de282b606466b9d35c6476 /src/run.bash
parentff5618e2e3087199d35ad78c799751f95b046767 (diff)
downloadgo-b5c57fea969e527a8127ffc3e62bba63ca861945.tar.xz
delete forward type declarations
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index 0210d9fb91..9ae1ece742 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -16,8 +16,8 @@ maketest() {
do
(
xcd $i
- # make clean
- # time make
+ make clean
+ time make
make install
make test
) || exit $?