Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
b03d2967
Commit
b03d2967
authored
Nov 03, 2011
by
Jelte Jansen
Browse files
[1290] typo
parent
043ff1e7
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/lettuce/features/terrain/terrain.py
View file @
b03d2967
...
...
@@ -200,7 +200,7 @@ class RunningProcess:
def
wait_for_stderr_str
(
self
,
strings
,
only_new
=
True
):
"""
Wait for one of the given strings in this process
e
s stderr output.
Wait for one of the given strings in this process
'
s stderr output.
Parameters:
strings: Array of strings to look for.
only_new: If true, only check output since last time this method was
...
...
@@ -214,7 +214,7 @@ class RunningProcess:
def
wait_for_stdout_str
(
self
,
strings
,
only_new
=
True
):
"""
Wait for one of the given strings in this process
e
s stdout output.
Wait for one of the given strings in this process
'
s stdout output.
Parameters:
strings: Array of strings to look for.
only_new: If true, only check output since last time this method was
...
...
@@ -292,7 +292,7 @@ class RunningProcesses:
def
wait_for_stderr_str
(
self
,
process_name
,
strings
,
only_new
=
True
):
"""
Wait for one of the given strings in the given process
e
s stderr output.
Wait for one of the given strings in the given process
'
s stderr output.
Parameters:
process_name: The name of the process to check the stderr output of.
strings: Array of strings to look for.
...
...
@@ -310,7 +310,7 @@ class RunningProcesses:
def
wait_for_stdout_str
(
self
,
process_name
,
strings
,
only_new
=
True
):
"""
Wait for one of the given strings in the given process
e
s stdout output.
Wait for one of the given strings in the given process
'
s stdout output.
Parameters:
process_name: The name of the process to check the stdout output of.
strings: Array of strings to look for.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment