diff options
Diffstat (limited to 'meta/lib/oeqa/buildperf/base.py')
-rw-r--r-- | meta/lib/oeqa/buildperf/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/lib/oeqa/buildperf/base.py b/meta/lib/oeqa/buildperf/base.py index 6e62b279c1..7b2b4aa2a4 100644 --- a/meta/lib/oeqa/buildperf/base.py +++ b/meta/lib/oeqa/buildperf/base.py | |||
@@ -485,6 +485,7 @@ class BuildPerfTestCase(unittest.TestCase): | |||
485 | @staticmethod | 485 | @staticmethod |
486 | def sync(): | 486 | def sync(): |
487 | """Sync and drop kernel caches""" | 487 | """Sync and drop kernel caches""" |
488 | runCmd2('bitbake -m', ignore_status=True) | ||
488 | log.debug("Syncing and dropping kernel caches""") | 489 | log.debug("Syncing and dropping kernel caches""") |
489 | KernelDropCaches.drop() | 490 | KernelDropCaches.drop() |
490 | os.sync() | 491 | os.sync() |