On Mon, 2012-07-02 at 15:27 -0700, Saul Wold wrote:
> + if "installed_vs_shipped" in = (d.getVar('INSANE_SKIP_' + pn, True) or "").split()
> + bb.note("Package %s skipping Packging installed vs shipped QA test" % pn)
> + continue
Does that actually compile? It doesn't look entirely like valid python
to me.
p.