Commit 67e66b32 authored by Xiaowu Zhang's avatar Xiaowu Zhang

Revert "xx"

This reverts commit 47c0f1eb
parent 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_preferences/default_system_preference?&__ac_name=%s&__ac_password=%s' %( {{ repr(user) }}, {{ repr(password) }}))
wait_url = args.remote_access_url + ('/erp5/portal_skins/erp5_ui_test_core?&__ac_name=%s&__ac_password=%s' %( {{ repr(user) }}, {{ repr(password) }}))
while 1:
try:
response = urlopen(wait_url)
......
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