summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/buildperf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/buildperf')
-rw-r--r--meta/lib/oeqa/buildperf/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/buildperf/base.py b/meta/lib/oeqa/buildperf/base.py
index 7b2b4aa2a4..ac6ee15d09 100644
--- a/meta/lib/oeqa/buildperf/base.py
+++ b/meta/lib/oeqa/buildperf/base.py
@@ -282,7 +282,7 @@ class BuildPerfTestCase(unittest.TestCase):
282 if not os.path.isdir(self.tmp_dir): 282 if not os.path.isdir(self.tmp_dir):
283 os.mkdir(self.tmp_dir) 283 os.mkdir(self.tmp_dir)
284 if self.build_target: 284 if self.build_target:
285 self.run_cmd(['bitbake', self.build_target, '-c', 'fetchall']) 285 self.run_cmd(['bitbake', self.build_target, '--runall=fetch'])
286 286
287 def tearDown(self): 287 def tearDown(self):
288 """Tear-down fixture for each test""" 288 """Tear-down fixture for each test"""