Add missing break in TestRunner 14/214914/1
authorKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 27 Sep 2019 10:41:38 +0000 (12:41 +0200)
committerKrzysztof Jackiewicz <k.jackiewicz@samsung.com>
Fri, 27 Sep 2019 10:52:50 +0000 (12:52 +0200)
commit95dbbc0459b19bb12fb3c88f7237fc27504820f8
tree93a9432c83fa8e3499a3574c1b1b55dfe92148ef
parent88c3721968c65964228c875b533988fcdf4f4d2a
Add missing break in TestRunner

In a highly unlikey case of throwing the RUNNER_IGNORED_MSG during the test
finishing stage, after the SafeCleanup collected some exception handling
errors, these errors would be added to the ignore message.

Change-Id: I1aeedb46bf98b8300223a26c312abf98d63ca838
src/framework/src/test_runner.cpp