summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
Diffstat (limited to 'meta')
-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 aa5c5ad445..6e62b279c1 100644
--- a/meta/lib/oeqa/buildperf/base.py
+++ b/meta/lib/oeqa/buildperf/base.py
@@ -36,7 +36,7 @@ log = logging.getLogger('build-perf')
36 36
37# Our own version of runCmd which does not raise AssertErrors which would cause 37# Our own version of runCmd which does not raise AssertErrors which would cause
38# errors to interpreted as failures 38# errors to interpreted as failures
39runCmd2 = partial(runCmd, assert_error=False) 39runCmd2 = partial(runCmd, assert_error=False, limit_exc_output=40)
40 40
41 41
42class KernelDropCaches(object): 42class KernelDropCaches(object):