Index: trunk/Ohana/src/opihi/test/tests.sh
===================================================================
--- trunk/Ohana/src/opihi/test/tests.sh	(revision 6266)
+++ trunk/Ohana/src/opihi/test/tests.sh	(revision 6642)
@@ -1,6 +1,9 @@
 
 list testdir
+  cmd.data/test
   cmd.basic/test
 end
+
+$VERBOSE = 0
 
 macro fulltests
@@ -15,12 +18,20 @@
 
   for Ti 0 $testdir:n
+    if ($VERBOSE > 0)
+       echo "directory $testdir:$Ti"
+    end
     list testscripts -x "ls $testdir:$Ti/*.sh"
     for Tj 0 $testscripts:n
+      if ($VERBOSE > 1)
+         echo " running $testscripts:$Tj"
+      end
       input $testscripts:$Tj
       for Tk 0 $tests:n
-        # echo running $tests:$Tk
+        if ($VERBOSE > 2)
+          echo "   running $tests:$Tk"
+        end
         $tests:$Tk
         if ($PASS == 0)
-          echo "failed test $tests:$Tk"
+          echo "   ** failed test $tests:$Tk"
           $Nfail ++
           $n = $failtest:n
@@ -32,5 +43,4 @@
           $faildirs:n ++
         else
-          # echo "passed $tests:$Tk"
           $Npass ++
         end
