Francois Gouget : testbot: Make sure AddReconfigJob() returns true when successful.

Alexandre Julliard julliard at winehq.org
Tue Jun 12 17:35:20 CDT 2018


Module: tools
Branch: master
Commit: e9eccd0969881d9d6670b6b97b1a29cb35b06d1c
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=e9eccd0969881d9d6670b6b97b1a29cb35b06d1c

Author: Francois Gouget <fgouget at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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;
 }
 
 




More information about the wine-cvs mailing list