Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
slapos
Commits
47c0f1eb
Commit
47c0f1eb
authored
Sep 21, 2018
by
Xiaowu Zhang
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xx
parent
7a91e3f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
stack/erp5/template/run-zelenium-test.py.in
stack/erp5/template/run-zelenium-test.py.in
+1
-1
No files found.
stack/erp5/template/run-zelenium-test.py.in
View file @
47c0f1eb
...
...
@@ -110,7 +110,7 @@ def main():
"&__ac_password=%s" % (args.remote_access_url, {{ repr(user) }}, {{ repr(password) }})
#wait for bt5 to be installed
wait_url = args.remote_access_url + ('/erp5/portal_
skins/erp5_ui_test_cor
e?&__ac_name=%s&__ac_password=%s' %( {{ repr(user) }}, {{ repr(password) }}))
wait_url = args.remote_access_url + ('/erp5/portal_
preferences/default_system_preferenc
e?&__ac_name=%s&__ac_password=%s' %( {{ repr(user) }}, {{ repr(password) }}))
while 1:
try:
response = urlopen(wait_url)
...
...
Xiaowu Zhang
@xiaowu.zhang
mentioned in commit
67e66b32
·
Sep 21, 2018
mentioned in commit
67e66b32
mentioned in commit 67e66b32e5bb554ae6a486b09b80e4878728400a
Toggle commit list
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