Generate a non-zero exit code on test failure
authorPiers Daniell <pdaniell@nvidia.com>
Mon, 21 Oct 2019 22:47:25 +0000 (16:47 -0600)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 5 Dec 2019 10:05:42 +0000 (05:05 -0500)
commitbbe436a27cf53bc2fba08668235f5a73317fe643
tree3ea3f251e6e5b4448dd60470af95eb44588b39b5
parentbf7a86af5a959c3f4ad39deabe8b396d8581470a
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:

cts-runner

Components: Framework

VK-GL-CTS issue: 1982

Change-Id: I50fb7d51c095a09f53476b5ba56b72835337f339
external/openglcts/modules/runner/glcTestRunner.hpp
external/openglcts/modules/runner/glcTestRunnerMain.cpp