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)
commit61e63bf4e14eddebdd99814cf2633c2e638cd21c
treebf1e33a58f38deb7628a5df94202b9b30c61c621
parentc2b4dc598149e9aa2e1727259257b2650f95c683
make test: Fix too wide subprocess exceptions

When a command fails, CalledProcessError is raised. testing with except: masks other failures.

Change-Id: I7e3a6739411cb6a4c13e96dd123aff9159213fea
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/framework.py
test/test_jvpp.py
test/test_vcl.py