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:54 +0000 (04:37 -0400)
commita38376072de40b9d1e8c671a878b332f259a621c
tree0a754f0ad2a5b035e21a8f81cf3714091830ac14
parentd064059afd9b4de487249ea1e6835685a9deefb5
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