mirror of
https://github.com/mirror/wget.git
synced 2025-02-05 09:10:12 +08:00
Fix a typo in Test-Proto.py
This commit is contained in:
parent
31e5f33b5e
commit
82f44f303a
@ -1,3 +1,7 @@
|
|||||||
|
2014-03-13 Zihang Chen <chsc4698@gmail.com>
|
||||||
|
|
||||||
|
* Test-Proto.py: Fix a typo (line 71: server to servers).
|
||||||
|
|
||||||
2014-03-13 Zihang Chen <chsc4698@gmail.com>
|
2014-03-13 Zihang Chen <chsc4698@gmail.com>
|
||||||
|
|
||||||
* WgetTest.py: Move WgetFile to package misc.
|
* WgetTest.py: Move WgetFile to package misc.
|
||||||
|
@ -68,7 +68,7 @@ err = HTTPTest (
|
|||||||
pre_hook=pre_test,
|
pre_hook=pre_test,
|
||||||
test_params=test_options,
|
test_params=test_options,
|
||||||
post_hook=post_test,
|
post_hook=post_test,
|
||||||
server=Servers
|
servers=Servers
|
||||||
).begin ()
|
).begin ()
|
||||||
|
|
||||||
exit (err)
|
exit (err)
|
||||||
|
Loading…
Reference in New Issue
Block a user