keys: Add test script.
[tripe] / keys / tripe-keys.in
index 3ca2834..b195342 100644 (file)
@@ -143,6 +143,7 @@ def run(args):
       nargs += a[1:].split()
   args = nargs
   print '+ %s' % ' '.join(args)
+  SYS.stdout.flush()
   rc = OS.spawnvp(OS.P_WAIT, args[0], args)
   if rc != 0:
     raise SubprocessError, rc