diff options
Diffstat (limited to 'meta/lib/oeqa')
-rw-r--r-- | meta/lib/oeqa/buildperf/base.py | 2 |
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 |
39 | runCmd2 = partial(runCmd, assert_error=False) | 39 | runCmd2 = partial(runCmd, assert_error=False, limit_exc_output=40) |
40 | 40 | ||
41 | 41 | ||
42 | class KernelDropCaches(object): | 42 | class KernelDropCaches(object): |