Switch printed link to the customized waterfall instead of console.
BUG=chromium-os:28861
TEST=Ran locally
Change-Id: Ia6aab90fec592db97b64c8028433de8be581ddfa
Reviewed-on: https://gerrit.chromium.org/gerrit/19571
Reviewed-by: Ryan Cui <rcui@chromium.org>
Tested-by: Ryan Cui <rcui@chromium.org>
Commit-Ready: Ryan Cui <rcui@chromium.org>
diff --git a/scripts/cbuildbot.py b/scripts/cbuildbot.py
index 81e9d89..9918477 100644
--- a/scripts/cbuildbot.py
+++ b/scripts/cbuildbot.py
@@ -911,7 +911,7 @@
tryjob.Submit(dryrun=options.debug)
print 'Tryjob submitted!'
print ('Go to %s to view the status of your job.'
- % tryjob.GetTrybotConsoleLink())
+ % tryjob.GetTrybotWaterfallLink())
sys.exit(0)
if args: