summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-26 01:51:46 +0000
committerrkc@chromium.org <rkc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-26 01:51:46 +0000
commita3f54af62821758cd2edb3d031872c0b0c8bae4b (patch)
treebc8899beadc9e71dfe1f845644594520478d7cf6
parent8cbb4a6929bfbe03318271cd42489ce94a8a19f7 (diff)
downloadchromium_src-a3f54af62821758cd2edb3d031872c0b0c8bae4b.zip
chromium_src-a3f54af62821758cd2edb3d031872c0b0c8bae4b.tar.gz
chromium_src-a3f54af62821758cd2edb3d031872c0b0c8bae4b.tar.bz2
Fix the secure shell test.
Fix secure shell's exit expectation code to match that of what NaCl prints. TBR=nirnimesh@chromium.org BUG=chromium-os:34126 Review URL: https://codereview.chromium.org/10977026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158710 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xchrome/test/functional/secure_shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/secure_shell.py b/chrome/test/functional/secure_shell.py
index bd2d437..043c910 100755
--- a/chrome/test/functional/secure_shell.py
+++ b/chrome/test/functional/secure_shell.py
@@ -98,7 +98,7 @@ class SecureShellTest(pyauto.PyUITest):
# Type 'exit' and close the tab
self.SendKeysToHterm('exit\\n', tab_index=1)
- self.WaitForHtermText('completed with exit code 0', tab_index=1,
+ self.WaitForHtermText('exited with status code 0', tab_index=1,
msg='Did not get correct exit message')