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>
Mon, 5 Jan 2015 02:25:07 +0000 (21:25 -0500)
commit6b506e8dcb1aaccb351638faf0dfcf7e86405b54
tree0fd847cc8aa12951f9be638cee3fb2b91d5d0416
parentd36a3fbb4e4c5c9aa89a37cab0ddb173969ecf48
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.026065 seconds and 4 git commands to generate.