summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2016-02-14 16:09:21 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-15 00:11:11 +0000
commitdb31ac98526de5f637bbeeac9b0cc37660e6f6c6 (patch)
tree94813648767e21300707ac8e2022ca475fa97cc9 /testing
parentf902a24683859e403228d679e016db08da7af169 (diff)
downloadchromium_src-db31ac98526de5f637bbeeac9b0cc37660e6f6c6.zip
chromium_src-db31ac98526de5f637bbeeac9b0cc37660e6f6c6.tar.gz
chromium_src-db31ac98526de5f637bbeeac9b0cc37660e6f6c6.tar.bz2
Re-land changes to valgrind recipe wrappers.
This patch re-lands #375340 and #375330; it now looks like the end state of those two patches (i.e., the code as of #375340) was actually mostly correct and working, but I got confused by build logs and didn't realize it. This CL effectively reverts #37530 and #375351. TBR=bruening@chromium.org BUG=572694 NOTRY=true Review URL: https://codereview.chromium.org/1694113002 Cr-Commit-Position: refs/heads/master@{#375395}
Diffstat (limited to 'testing')
-rwxr-xr-xtesting/scripts/run_under_valgrind.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/testing/scripts/run_under_valgrind.py b/testing/scripts/run_under_valgrind.py
index d13ecd2..789aa55 100755
--- a/testing/scripts/run_under_valgrind.py
+++ b/testing/scripts/run_under_valgrind.py
@@ -12,11 +12,10 @@ import common
def main_run(args):
- rc = common.run_command([
+ rc = common.run_runtest(args, [
os.path.join(common.SRC_DIR, 'tools', 'valgrind', 'chrome_tests.sh'),
'--tool', 'memcheck',
- '--target', args.build_config_fs,
- '--build-dir', 'src/out',
+ '--build-dir', os.path.join(common.SRC_DIR, 'out', args.build_config_fs),
] + args.args)
json.dump({