Home
last modified time | relevance | path

Searched hist:ac99831b7d0f4e00c8dd32b604c2448260dd2776 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/test/py/
H A Dtest.pyac99831b7d0f4e00c8dd32b604c2448260dd2776 Wed Feb 03 17:42:11 UTC 2016 Stephen Warren <swarren@nvidia.com> test/py: exit(1) if there are problems running py.test

The test/py/test.py wrapper script catches exceptions thrown when
exec()ing py.test in order to print a helpful error message. However,
the exception handling code squashes the exception and so the script
exits with a non-zero exit code, leading callers to believe that it
passed. Fix this.

Signed-off-by: Stephen Warren <swarren@nvidia.com>