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