Revert "LAVA: use verbose mode for vlttng"
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 18 Dec 2018 20:36:41 +0000 (15:36 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 18 Dec 2018 20:36:41 +0000 (15:36 -0500)
This reverts commit d10d8fec412c0db01b4c8fef5264284d9ed80573.

scripts/system-tests/lava2-submit.py

index 389cd2e55a14f316e660d201462b6a27e3f873ab..0dfa2bbaa404088c0215afc2e93d3ba7fa6e8e7f 100644 (file)
@@ -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 ' \
This page took 0.062366 seconds and 4 git commands to generate.