From: Jonathan Rajotte Date: Mon, 18 Dec 2017 16:24:26 +0000 (-0500) Subject: Fix: perform regenerate command on success path X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=commitdiff_plain;h=b145173a35a01e3ce0ea1e2d28a5f1ee40c44e5c Fix: perform regenerate command on success path Signed-off-by: Jonathan Rajotte --- diff --git a/lttng_ivc/tests/modules_abi_vs_tools/test_modules_abi_vs_tools.py b/lttng_ivc/tests/modules_abi_vs_tools/test_modules_abi_vs_tools.py index 466f72b..a7134fd 100644 --- a/lttng_ivc/tests/modules_abi_vs_tools/test_modules_abi_vs_tools.py +++ b/lttng_ivc/tests/modules_abi_vs_tools/test_modules_abi_vs_tools.py @@ -287,6 +287,7 @@ def test_modules_regen_metadata(tmpdir, modules_label, tools_label, command, sce return + runtime.run("lttng {}".format(command)) runtime.run("lttng stop") runtime.run("lttng destroy -a")