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:38:11 +0000 (04:38 -0400)
commit43146b963a0cfca02eea32b93f4529632fa56990
tree1b4e9c220a747c85faee9bef9d4045e88fa25f08
parent11d3cfa193ac946c71c27b71c5a984f50a011760
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
(cherry picked from commit cfa72a70ef8371eab29da003dbb4d932adba189a)
framework/platform/tcuMain.cpp