mirror of
https://github.com/curl/curl.git
synced 2026-08-01 01:38:09 +03:00
runtests: remove warning message
Every time we first run runtests with -j and then again *without* -j, this message was shown: "Warning: $runnerid: cleardir(log) failed" Not anymore. Closes #18404
This commit is contained in:
parent
05407422fb
commit
98c78b2f14
1 changed files with 1 additions and 1 deletions
|
|
@ -1921,7 +1921,7 @@ sub singletest {
|
|||
my $logdir = getrunnerlogdir($runnerid);
|
||||
# first, remove all lingering log & lock files
|
||||
if(!cleardir($logdir)) {
|
||||
logmsg "Warning: $runnerid: cleardir($logdir) failed\n";
|
||||
#logmsg "Warning: $runnerid: cleardir($logdir) failed\n";
|
||||
}
|
||||
if(!cleardir("$logdir/$LOCKDIR")) {
|
||||
logmsg "Warning: $runnerid: cleardir($logdir/$LOCKDIR) failed\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue