mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
* src/main.c (main): Don't background if TESTING
This commit is contained in:
parent
7d5de64fc9
commit
eaf167aaaa
@ -1901,7 +1901,7 @@ for details.\n\n"));
|
||||
if (opt.wdebug)
|
||||
dbug_init();
|
||||
sock_init();
|
||||
#else
|
||||
#elif ! defined TESTING
|
||||
if (opt.background)
|
||||
{
|
||||
bool logfile_changed = fork_to_background ();
|
||||
|
Loading…
Reference in New Issue
Block a user