Fix: perform regenerate command on success path
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 18 Dec 2017 16:24:26 +0000 (11:24 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Mon, 18 Dec 2017 16:24:26 +0000 (11:24 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
lttng_ivc/tests/modules_abi_vs_tools/test_modules_abi_vs_tools.py

index 466f72b94cc03e8d2a094bfe398874aabe644f77..a7134fd519a78fb2488256c5e50ac5a2761253c3 100644 (file)
@@ -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")
 
This page took 0.033615 seconds and 5 git commands to generate.