Fix: ust snapshot: cleanup after error
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 5 Jan 2015 02:25:07 +0000 (21:25 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 8 Jan 2015 17:27:40 +0000 (12:27 -0500)
commit31597293bbddd1d436bf7b21575a62b653767218
treee61a95c6da2166c091c85c8b18499820a5b4b517
parentdb70ee9765266ac3e3434d2c7c4d0955182a0bae
Fix: ust snapshot: cleanup after error

The "break" statement on error skips the rest of the functions, thus
leaving test applications running after the end of the test, which is a
side-effect on the following tests.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/tools/snapshots/ust_test
This page took 0.025951 seconds and 4 git commands to generate.