Commit 0b77a64e authored by scherkus@chromium.org's avatar scherkus@chromium.org

Fix a typo in buildbot_chrome_nacl_stage.py.

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282167 0039d316-1c4b-4281-b951-d872f2087c98
parent 6f584585
...@@ -113,7 +113,7 @@ def BuildAndTest(options): ...@@ -113,7 +113,7 @@ def BuildAndTest(options):
else: else:
chrome_filename = find_chrome.FindChrome(src_dir, [options.mode]) chrome_filename = find_chrome.FindChrome(src_dir, [options.mode])
if chrome_filename is None: if chrome_filename is None:
raise Exception('Cannot find a chome binary - specify one with ' raise Exception('Cannot find a chrome binary - specify one with '
'--browser_path?') '--browser_path?')
env = dict(os.environ) env = dict(os.environ)
......
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