From 3be4b482e511241fb6557175bfdc7bffb4b95dfc Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 3 Jun 2011 09:40:55 -0700 Subject: [PATCH] Make autotest show debug messages. Otherwise it's very quiet for a long time. --- teuthology/task/autotest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/task/autotest.py b/teuthology/task/autotest.py index 864ac63e69d7a..32ae02c96723f 100644 --- a/teuthology/task/autotest.py +++ b/teuthology/task/autotest.py @@ -89,6 +89,7 @@ def task(ctx, config): remote.run( args=[ '/tmp/cephtest/autotest/client/bin/autotest', + '--verbose', '--harness=simple', '--tag={tag}'.format(tag=tag), control, -- 2.39.5