mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Document SERVER_WAIT
This commit is contained in:
parent
65fc59aefa
commit
6cb857502f
@ -1,3 +1,7 @@
|
|||||||
|
2014-07-22 Darshit Shah <darnir@gmail.com>
|
||||||
|
|
||||||
|
* (README): Remove old TODO and document SERVER_WAIT variable
|
||||||
|
|
||||||
2014-06-22 Darshit Shah <darnir@gmail.com>
|
2014-06-22 Darshit Shah <darnir@gmail.com>
|
||||||
|
|
||||||
* (conf.files_crawled): diff is a set object and needs explicit str
|
* (conf.files_crawled): diff is a set object and needs explicit str
|
||||||
|
@ -86,7 +86,11 @@ exceptions, please file a bug report at <bug-wget@gnu.org>
|
|||||||
Environment Variables:
|
Environment Variables:
|
||||||
================================================================================
|
================================================================================
|
||||||
|
|
||||||
TODO: Set variables for ONLY_SERVER and WGET_PATH too.
|
* SERVER_WAIT: Set this environment variable with a value for the number of
|
||||||
|
seconds the test should sleep between invoking the server and calling the Wget
|
||||||
|
executable. This is used when one would like to test a different version of
|
||||||
|
the executable or for running the test through external utilities like gdb and
|
||||||
|
valgrind.
|
||||||
* NO_CLEANUP: Do not remove the temporary files created by the test.
|
* NO_CLEANUP: Do not remove the temporary files created by the test.
|
||||||
This will prevent the ${testname}-test directory from being deleted
|
This will prevent the ${testname}-test directory from being deleted
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user