Code review comment for ~kissiel/checkbox-support:fix-dkms-parser-entry-point

Revision history for this message
Maciej Kisielewski (kissiel) wrote :

Some context:
My patch for parser refactor broke it by having the parser name "dkms" instead of "dkms-info".
This led to parsing failing (on stderr) which made JQ ignore process nothing yielding nothing.
Then the jinja2-based json exporter yielded `"dkms-info":` without anything after the colon, breaking the json.

« Back to merge proposal