diff options
| author | Russ Cox <rsc@golang.org> | 2008-12-04 12:51:36 -0800 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2008-12-04 12:51:36 -0800 |
| commit | bf3dd3f0efe5b45947a991e22660c62d4ce6b671 (patch) | |
| tree | ec0ffdfb73b32bedaed4f9f6e830f1368267e9c2 /src/run.bash | |
| parent | 3e8faa640fa49f432060097e8dabbf8e4ecc2ef9 (diff) | |
| download | go-bf3dd3f0efe5b45947a991e22660c62d4ce6b671.tar.xz | |
add mutex.Mutex
R=r
DELTA=349 (348 added, 0 deleted, 1 changed)
OCL=20380
CL=20472
Diffstat (limited to 'src/run.bash')
| -rwxr-xr-x | src/run.bash | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index 4bba1bf53b..64795b5e72 100755 --- a/src/run.bash +++ b/src/run.bash @@ -34,6 +34,12 @@ maketest \ (xcd lib; make test) || exit $? +(xcd lib/sync; +make clean; +time make +GOMAXPROCS=10 make test +) || exit $? + (xcd ../usr/gri/pretty make clean time make |
