Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
erp5
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
erp5
Commits
4bb25df1
Commit
4bb25df1
authored
Sep 04, 2012
by
Arnaud Fontaine
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typos in runFunctionalTest command.
parent
f4627fc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
product/ERP5Type/tests/runFunctionalTest.py
product/ERP5Type/tests/runFunctionalTest.py
+4
-4
No files found.
product/ERP5Type/tests/runFunctionalTest.py
View file @
4bb25df1
...
@@ -11,9 +11,9 @@ from subprocess import Popen, PIPE
...
@@ -11,9 +11,9 @@ from subprocess import Popen, PIPE
from
sendMail
import
sendMail
from
sendMail
import
sendMail
import
atexit
import
atexit
print
"DEPRECATION WARN
N
ING: This command 'runFunctionalTest' is Deprecated, "
+
\
print
"DEPRECATION WARNING: This command 'runFunctionalTest' is Deprecated, "
+
\
"you should use ERP5TypeFunctionalTestCase and runUnitTest instead."
+
\
"you should use ERP5TypeFunctionalTestCase and runUnitTest instead."
+
\
"You can take a look at testFuncionalCore.py"
"You can take a look at testFunc
t
ionalCore.py"
__doc__
=
"""%(program)s: Zelenium functional test runner for the ERP5 Project
__doc__
=
"""%(program)s: Zelenium functional test runner for the ERP5 Project
...
@@ -26,7 +26,7 @@ Options:
...
@@ -26,7 +26,7 @@ Options:
--smtp_host=hostname specify SMTP server
--smtp_host=hostname specify SMTP server
-s, --stdout print the results on stdout instead of sending
-s, --stdout print the results on stdout instead of sending
results by email (unless email_to_address is also
results by email (unless email_to_address is also
passed explictly)
passed explic
i
tly)
-d, --debug run firefox on current DISPLAY instead of on Xvfb
-d, --debug run firefox on current DISPLAY instead of on Xvfb
--host the hostname of this ERP5 instance
--host the hostname of this ERP5 instance
--port the port of this ERP5 instance
--port the port of this ERP5 instance
...
@@ -37,7 +37,7 @@ Options:
...
@@ -37,7 +37,7 @@ Options:
--email_subject the email subject to be sent
--email_subject the email subject to be sent
--xvfb_display=STRING Define a xvfb display to be used.
--xvfb_display=STRING Define a xvfb display to be used.
Notes:
Notes:
* You need to prep
ep
are first test environment by using following command:
* You need to prepare first test environment by using following command:
./runUnitTest.py --save prepareFunctionalTest.py
./runUnitTest.py --save prepareFunctionalTest.py
"""
"""
...
...
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