From b379d54deaa918191ea0b283cc3bc5c5a810fbb4 Mon Sep 17 00:00:00 2001 From: Ken Thompson Date: Fri, 24 Oct 2008 20:14:28 -0700 Subject: another step toward interface subtypes put explicit ./ on some runtime tests R=r OCL=17839 CL=17839 --- src/run.bash | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/run.bash') 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 -- cgit v1.3