aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2008-11-19 19:11:01 -0800
committerRob Pike <r@golang.org>2008-11-19 19:11:01 -0800
commit12254b6c0bc9d3f6689f12d64f7bd4cb4d20d53f (patch)
tree81b27c09f43aede65a97648aa943b2901e9f2c3b /src/run.bash
parent64023e7b7d8ce78af2f08564dfcccca243a64a17 (diff)
downloadgo-12254b6c0bc9d3f6689f12d64f7bd4cb4d20d53f.tar.xz
change naming convention for tests from
test*.go to *test.go R=rsc DELTA=1747 (864 added, 855 deleted, 28 changed) OCL=19666 CL=19666
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.bash b/src/run.bash
index 5d759cfaf9..8dc4040396 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -20,7 +20,7 @@ make test
(xcd lib/reflect
make clean
time make
-bash test.bash
+make test
) || exit $?
(xcd lib/regexp