aboutsummaryrefslogtreecommitdiff
path: root/src/run.bash
diff options
context:
space:
mode:
authorKen Thompson <ken@golang.org>2008-10-24 20:14:28 -0700
committerKen Thompson <ken@golang.org>2008-10-24 20:14:28 -0700
commitb379d54deaa918191ea0b283cc3bc5c5a810fbb4 (patch)
tree9d69417c9e993eac60a7ecac1529f7c82131b3c3 /src/run.bash
parentcc4dc5a22af12976abd292731077c7605e9a19e0 (diff)
downloadgo-b379d54deaa918191ea0b283cc3bc5c5a810fbb4.tar.xz
another step toward interface subtypes
put explicit ./ on some runtime tests R=r OCL=17839 CL=17839
Diffstat (limited to 'src/run.bash')
-rwxr-xr-xsrc/run.bash5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/run.bash b/src/run.bash
index 45154e0490..ae5b2562b5 100755
--- a/src/run.bash
+++ b/src/run.bash
@@ -6,8 +6,9 @@
set -e
xcd() {
- builtin cd $1
+ echo
echo --- cd $1
+ builtin cd $1
}
(xcd lib/reflect
@@ -41,7 +42,7 @@ rm -f *.6 6.out
6g printf.go
6g main.go
6l main.6
-6.out
+./6.out
)
(xcd ../test