Norm Jacobs
2010-10-15 88f7169f91dce4f8279ec4a89854c94491839daf
bass-o-matic children's failures should percolate up.
1 files modified
4 ■■■■ changed files
tools/bass-o-matic 4 ●●●● patch | view | raw | blame | history
tools/bass-o-matic
@@ -158,8 +158,8 @@
        if template_zone:
            print "using template zone %s to create a build environment for %s to run '%s'" % (template_zone, component_arg, ['gmake'] + args)
        proc = subprocess.Popen(['gmake'] + args)
    proc.wait()
        sys.exit(0)
    rc = proc.wait()
        sys.exit(rc)
    if components_arg:
        if components_arg in [ 'path', 'paths', 'dir', 'dirs', 'directories' ]: