diff options
author | Eric Boren <borenet@google.com> | 2017-04-07 10:06:20 -0400 |
---|---|---|
committer | Eric Boren <borenet@google.com> | 2017-04-07 14:52:24 +0000 |
commit | 10ad80b5435a593e27c7351ae01219c0932cd34f (patch) | |
tree | 642178bb0e9feb71892e827cb7d7af631dac370f /infra/bots/skpbench_skia_bundled.isolate | |
parent | cb6f3980a502c53a646082782df87e0cc28ff574 (diff) |
Fix missing valgrind.supp in recipe-bundled tasks
Bug: skia:5813
Change-Id: I734c716d953091e84d30ad36c55a6c74727f376c
Reviewed-on: https://skia-review.googlesource.com/11781
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra/bots/skpbench_skia_bundled.isolate')
-rw-r--r-- | infra/bots/skpbench_skia_bundled.isolate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/infra/bots/skpbench_skia_bundled.isolate b/infra/bots/skpbench_skia_bundled.isolate index 38af44a84d..5b1ec156f6 100644 --- a/infra/bots/skpbench_skia_bundled.isolate +++ b/infra/bots/skpbench_skia_bundled.isolate @@ -5,6 +5,7 @@ 'variables': { 'files': [ '../../../.gclient', + '../../tools/valgrind.supp', '../../tools/skpbench/', ], }, |