Module: tools Branch: master Commit: e9eccd0969881d9d6670b6b97b1a29cb35b06d1c URL: https://source.winehq.org/git/tools.git/?a=commit;h=e9eccd0969881d9d6670b6b9...
Author: Francois Gouget fgouget@codeweavers.com Date: Tue Jun 12 11:03:21 2018 +0200
testbot: Make sure AddReconfigJob() returns true when successful.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/bin/CheckForWinetestUpdate.pl | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl index 137db57..80c57b9 100755 --- a/testbot/bin/CheckForWinetestUpdate.pl +++ b/testbot/bin/CheckForWinetestUpdate.pl @@ -291,6 +291,8 @@ sub AddReconfigJob() Error "Failed to save the Reconfig job (staging): $ErrMessage\n"; return 0; } + + return 1; }