diff options
Diffstat (limited to 'tools/valgrind/memcheck/PRESUBMIT.py')
-rwxr-xr-x | tools/valgrind/memcheck/PRESUBMIT.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/valgrind/memcheck/PRESUBMIT.py b/tools/valgrind/memcheck/PRESUBMIT.py index 4474d1d..5616436 100755 --- a/tools/valgrind/memcheck/PRESUBMIT.py +++ b/tools/valgrind/memcheck/PRESUBMIT.py @@ -2,11 +2,10 @@ # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. -"""Chromium presubmit script for tools/valgrind/memcheck. - +""" See http://dev.chromium.org/developers/how-tos/depottools/presubmit-scripts for more details on the presubmit API built into gcl. """ def GetPreferredTrySlaves(): - return ['linux_valgrind'] + return ['linux_valgrind', 'mac_valgrind'] |