Generate a non-zero exit code on test failure
authorPiers Daniell <pdaniell@nvidia.com>
Fri, 6 Sep 2019 18:27:31 +0000 (12:27 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 17 Oct 2019 08:37:25 +0000 (04:37 -0400)
commitcfa72a70ef8371eab29da003dbb4d932adba189a
tree7048f29ab148a1f068266cb1dd02451531cf2bb6
parentdfa2d8a372b2a0da412e59cbd1edec70fb679e1a
Generate a non-zero exit code on test failure

If there are any failed tests, or the test run was not
compelte, the process will now generate EXIT_FAILURE (1)
instead of EXIT_SUCCESS (0).

Affects:

dEQP-VK.*

Components: Framework

VK-GL-CTS issue: 1982

Change-Id: I061d9a3b6703e1f23c48ce8a31e943744f915c92
framework/platform/tcuMain.cpp