]> Cypherpunks repositories - gostls13.git/commitdiff
run.bash: do not make test in gosrc
authorRuss Cox <rsc@golang.org>
Mon, 20 Oct 2008 22:08:53 +0000 (15:08 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 20 Oct 2008 22:08:53 +0000 (15:08 -0700)
R=gri
DELTA=1  (0 added, 0 deleted, 1 changed)
OCL=17476
CL=17499

src/run.bash

index 72a54062155c4a539a5aeafa57309f0fd7eb97f8..bd3067e35c243f0b6da636c972ec3eb557da0b1b 100755 (executable)
@@ -19,7 +19,7 @@ make test
 (xcd ../usr/gri/gosrc
 make clean
 time make
-make test
+make test
 )
 
 (xcd ../usr/gri/pretty