make test: Fix too wide subprocess exceptions 59/16159/2
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Sun, 25 Nov 2018 05:19:38 +0000 (21:19 -0800)
committerOle Trøan <otroan@employees.org>
Sun, 25 Nov 2018 18:33:50 +0000 (18:33 +0000)
When a command fails, CalledProcessError is raised. testing with except: masks other failures.

Change-Id: I7e3a6739411cb6a4c13e96dd123aff9159213fea
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>

No differences found