Skip to content

Instantly share code, notes, and snippets.

@kergoth
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kergoth/11147594 to your computer and use it in GitHub Desktop.
Save kergoth/11147594 to your computer and use it in GitHub Desktop.
Show packaging QA tests which aren't enabled (not in either ERROR_QA or WARN_QA)
DISABLED_QA = "${@' '.join(set(d.getVarFlags('QAPATHTEST').keys()) - set(d.getVar('ALL_QA', True).split()))}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment