Fix test session completion status
authorPyry Haulos <phaulos@google.com>
Thu, 26 Mar 2015 16:15:03 +0000 (09:15 -0700)
committerPyry Haulos <phaulos@google.com>
Thu, 26 Mar 2015 17:54:58 +0000 (17:54 +0000)
commited56e09b004d0e4300467b051b5ec748a735b615
tree5e531dd641fb8f0d290becdbb8b4f8deffe7b7e6
parente5e2639371f4a3916f0506b138ec04f26db19dce
Fix test session completion status

tcu::TestSessionExecutor failed to mark test run as completed, which made
tcu::App to always report run as aborted. This change fixes this issue.

Change-Id: Ifa70442ce9578e9d58db51ecd4557f2cb575d9af
framework/common/tcuTestSessionExecutor.cpp