aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/profiling
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-28 08:41:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-03-28 08:41:16 -0700
commit409a8da3ed6e63f6cbcd7c37435c448b33e85021 (patch)
treec17af90335aca1491718a9cefc83a216c4d9f30f /tools/profiling
parent50b7fc9b241730d238c3143c5d9b98e6ef9afe23 (diff)
syntax
Diffstat (limited to 'tools/profiling')
-rwxr-xr-xtools/profiling/microbenchmarks/bm_diff.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/profiling/microbenchmarks/bm_diff.py b/tools/profiling/microbenchmarks/bm_diff.py
index bc2baaba5e..332f3be4f8 100755
--- a/tools/profiling/microbenchmarks/bm_diff.py
+++ b/tools/profiling/microbenchmarks/bm_diff.py
@@ -198,6 +198,5 @@ else:
print text
if args.git_comment:
- subprocess.call(['tools/jenkins/comment_on_pr.sh %s' % pipes.quote(text),
- stdout=subprocess.PIPE,
- shell=True)
+ subprocess.call(['tools/jenkins/comment_on_pr.sh', text],
+ stdout=subprocess.PIPE)