commit | b379d54deaa918191ea0b283cc3bc5c5a810fbb4 | [log] [tgz] |
---|---|---|
author | Ken Thompson <ken@golang.org> | Fri Oct 24 20:14:28 2008 -0700 |
committer | Ken Thompson <ken@golang.org> | Fri Oct 24 20:14:28 2008 -0700 |
tree | 9d69417c9e993eac60a7ecac1529f7c82131b3c3 | |
parent | cc4dc5a22af12976abd292731077c7605e9a19e0 [diff] [blame] |
another step toward interface subtypes put explicit ./ on some runtime tests R=r OCL=17839 CL=17839
diff --git a/src/run.bash b/src/run.bash index 45154e0..ae5b256 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 @@ 6g printf.go 6g main.go 6l main.6 -6.out +./6.out ) (xcd ../test