From 6a32f723a312a7361b5604a463ed43f431c7fa64 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Fri, 17 Jun 2011 16:01:26 -0700 Subject: [PATCH] Autotests run no ceph software, so don't try to do code coverage there. --- teuthology/task/autotest.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/teuthology/task/autotest.py b/teuthology/task/autotest.py index 442a237daadec..eb9bc84aaa4d7 100644 --- a/teuthology/task/autotest.py +++ b/teuthology/task/autotest.py @@ -109,8 +109,6 @@ def task(ctx, config): ) remote.run( args=[ - '/tmp/cephtest/binary/usr/local/bin/ceph-coverage', - '/tmp/cephtest/archive/coverage', '/tmp/cephtest/autotest/client/bin/autotest', '--verbose', '--harness=simple', -- 2.39.5