summaryrefslogtreecommitdiffstats
path: root/build/android/gyp
diff options
context:
space:
mode:
authorjbudorick <jbudorick@chromium.org>2016-02-16 07:53:23 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-16 15:55:43 +0000
commit2be28ee8a2d41ccec5c6becd715cfae1574c9b12 (patch)
tree93e7ea225c1f72eea73ef99d1d484931eae62db6 /build/android/gyp
parenteb00ce505fec519a6ca3206e4e3d69e60837abd4 (diff)
downloadchromium_src-2be28ee8a2d41ccec5c6becd715cfae1574c9b12.zip
chromium_src-2be28ee8a2d41ccec5c6becd715cfae1574c9b12.tar.gz
chromium_src-2be28ee8a2d41ccec5c6becd715cfae1574c9b12.tar.bz2
[Android] Trim extraneous logging in the android test runner.
BUG= Review URL: https://codereview.chromium.org/1704453002 Cr-Commit-Position: refs/heads/master@{#375584}
Diffstat (limited to 'build/android/gyp')
-rwxr-xr-xbuild/android/gyp/create_test_runner_script.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/android/gyp/create_test_runner_script.py b/build/android/gyp/create_test_runner_script.py
index 413ea5a..87d6c6c 100755
--- a/build/android/gyp/create_test_runner_script.py
+++ b/build/android/gyp/create_test_runner_script.py
@@ -37,7 +37,6 @@ def main():
test_runner_args.extend([arg, ResolvePath(path)])
test_runner_cmd = [test_runner_path] + test_runner_args + sys.argv[1:]
- print ' '.join(test_runner_cmd)
return subprocess.call(test_runner_cmd)
if __name__ == '__main__':