[tools] testbot/web: The task failures list is read-only.

Francois Gouget fgouget at codeweavers.com
Fri Jun 24 09:26:26 CDT 2022


Manually adding and removing task failures is not supported.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/web/FailureDetails.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/FailureDetails.pl b/testbot/web/FailureDetails.pl
index f39af5ac91..ae4ccb4041 100644
--- a/testbot/web/FailureDetails.pl
+++ b/testbot/web/FailureDetails.pl
@@ -167,7 +167,7 @@ sub GenerateBody($)
   {
     print "<h2><a name='TaskFailures'></a>Task Failures</h2>\n";
     my $TaskFailuresBlock = new TaskFailuresBlock($self->{Item}->TaskFailures, $self);
-    $TaskFailuresBlock->SetReadWrite(0) if (!$self->{RW});
+    $TaskFailuresBlock->SetReadWrite(0);
     $TaskFailuresBlock->GenerateList();
   }
 }
-- 
2.30.2




More information about the wine-devel mailing list