diff options
author | Rob Pike <r@golang.org> | 2009-01-06 15:49:27 -0800 |
---|---|---|
committer | Rob Pike <r@golang.org> | 2009-01-06 15:49:27 -0800 |
commit | 5df73e8b14d435bcb5f110ca9e2ae6ab7917e8ee (patch) | |
tree | baa8a65017491726042d244d68061a3599ab7741 /src/run.bash | |
parent | 92743b1fbff6b14864c4ffd200042e5a65a2b1c1 (diff) | |
download | golang-5df73e8b14d435bcb5f110ca9e2ae6ab7917e8ee.tar.gz |
make the tutorial programs run again.
(the text still needs fixing)
add the tutorial programs to the test run.
R=rsc
DELTA=41 (6 added, 0 deleted, 35 changed)
OCL=22174
CL=22174
Diffstat (limited to 'src/run.bash')
-rwxr-xr-x | src/run.bash | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/run.bash b/src/run.bash index bba8c229b..1e9f156c3 100755 --- a/src/run.bash +++ b/src/run.bash @@ -58,6 +58,10 @@ make smoketest # # make test # ) || exit $? +(xcd ../doc/progs +time run +) || exit $? + (xcd ../test ./run ) || exit $? |