Inconsistent crossystem behaviour when printing single parameter vs all parameters |
||
Issue descriptionRun inside a VM (so HWID does not exist) localhost ~ # crossystem [...] hwid = (error) [...] localhost ~ # echo $? 0 localhost ~ # localhost ~ # crossystem hwid localhost ~ # echo $? 1 localhost ~ # In the latter case, crossystem doesn't print anything, it should print "(error)". In the former case, crossystem always returns 0 even if there were failures, return code should be non-zero in that case.
,
Aug 19 2016
CL:372621 fixed the bug but that triggered bugs in tests that are relying on the current behaviour. There are probably other components that would fail if we fixed the tests and pushed the CL. Not worth it overall. |
||
►
Sign in to add a comment |
||
Comment 1 by norvez@chromium.org
, Aug 18 2016Status: Started (was: Assigned)