From d10d8fec412c0db01b4c8fef5264284d9ed80573 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 12 Dec 2018 13:45:10 -0500 Subject: [PATCH] LAVA: use verbose mode for vlttng Signed-off-by: Jonathan Rajotte --- scripts/system-tests/lava2-submit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index 0dfa2bb..389cd2e 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -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 ' \ -- 2.34.1