Skip to content

Commit

Permalink
update test files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bo Zhu committed Aug 6, 2015
1 parent 8467f3c commit 93f92b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions shared/tools.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,9 @@ function urls2pac(url_whitelist, url_list,
"}",
].join("\n") + "\n";

console.log('==================');
console.log(txt);
console.log('==================');
// console.log('==================');
// console.log(txt);
// console.log('==================');

return txt;
}
Expand Down
4 changes: 2 additions & 2 deletions test/run-all-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ def start_server():
print 'To start the server, and wait for 3 seconds to set up...'
sys.stdout.flush()
test_env = os.environ.copy()
test_env['PROXY_ADDR'] = 'https://proxy.mainland.io:993'
test_env['BAK_PROXY_ADDR'] = 'http://proxy.uku.im:8888'
test_env['PROXY_ADDR'] = 'https://secure.uku.im:993'
test_env['BAK_PROXY_ADDR'] = 'https://proxy.mainland.io:993'
test_env['PAC_PROXY_ADDR'] = 'http://proxy.uku.im:8888'
server_process = subprocess.Popen(
['node', '../server/server.js'],
Expand Down

0 comments on commit 93f92b8

Please sign in to comment.