From 88b3026879d7a56fbb2c892b8a1c9bca0fecc3b4 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Tue, 18 Dec 2018 15:36:41 -0500 Subject: [PATCH] Revert "LAVA: use verbose mode for vlttng" This reverts commit d10d8fec412c0db01b4c8fef5264284d9ed80573. --- scripts/system-tests/lava2-submit.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/system-tests/lava2-submit.py b/scripts/system-tests/lava2-submit.py index 389cd2e..0dfa2bb 100644 --- a/scripts/system-tests/lava2-submit.py +++ b/scripts/system-tests/lava2-submit.py @@ -123,8 +123,7 @@ 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' \ - ' --verbose' + ' --profile lttng-tools-no-man-pages' if lttng_ust_commit is not None: vlttng_cmd += ' --profile lttng-ust-master ' \ -- 2.34.1