LAVA: use verbose mode for vlttng
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 12 Dec 2018 18:45:10 +0000 (13:45 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 12 Dec 2018 18:45:10 +0000 (13:45 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
scripts/system-tests/lava2-submit.py

index 0dfa2bbaa404088c0215afc2e93d3ba7fa6e8e7f..389cd2e55a14f316e660d201462b6a27e3f873ab 100644 (file)
@@ -123,7 +123,8 @@ def get_vlttng_cmd(device, lttng_tools_commit, lttng_ust_commit=None):
                     ' --profile babeltrace-python' \
                     ' --profile lttng-tools-master' \
                     ' --override projects.lttng-tools.checkout='+lttng_tools_commit + \
-                    ' --profile lttng-tools-no-man-pages'
+                    ' --profile lttng-tools-no-man-pages' \
+                    ' --verbose'
 
     if lttng_ust_commit is not None:
         vlttng_cmd += ' --profile lttng-ust-master ' \
This page took 0.023113 seconds and 4 git commands to generate.