[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}
This commit is contained in:
machenbach 2016-04-22 03:26:59 -07:00 committed by Commit bot
parent 8d24472acf
commit 6d21841ec3

View File

@ -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"