Commit 6d21841e authored by machenbach's avatar machenbach Committed by Commit bot

[test] Print how test runner is called on swarming.

BUG=chromium:605516
LOG=n

Review URL: https://codereview.chromium.org/1913013003

Cr-Commit-Position: refs/heads/master@{#35718}
parent 8d24472a
......@@ -597,6 +597,11 @@ def Main():
return 1
SetupEnvironment(options)
if options.swarming:
# Swarming doesn't print how isolated commands are called. Lets make this
# less cryptic by printing it ourselves.
print ' '.join(sys.argv)
exit_code = 0
if not options.no_presubmit:
print ">>> running presubmit tests"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment