diff smoketest-all.sh @ 787:23bff7aa79eb

Teach buildall.sh to use new build.sh infrastructure, and replace doforklog with orthogonal maybe_fork and maybe_quiet functions.
author Rob Landley <rob@landley.net>
date Sun, 05 Jul 2009 23:41:01 -0500
parents e373d2b6d0b8
children
line wrap: on
line diff
--- a/smoketest-all.sh	Sun Jul 05 23:38:49 2009 -0500
+++ b/smoketest-all.sh	Sun Jul 05 23:41:01 2009 -0500
@@ -30,7 +30,7 @@
 
 for i in $(ls -pd build/system-image-* | sed -n 's@.*/system-image-\(.*\)/@\1@p' | grep -v "^hw-")
 do
-  doforklog dotest $i
+  maybe_fork "dotest $i"
 done
 
 wait