[PATCH] testbot: Make sure AddReconfigJob() returns true when successful.

Francois Gouget fgouget at codeweavers.com
Tue Jun 12 04:03:21 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/bin/CheckForWinetestUpdate.pl | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testbot/bin/CheckForWinetestUpdate.pl b/testbot/bin/CheckForWinetestUpdate.pl
index 137db572c..80c57b9e1 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;
 }
 
 
-- 
2.17.1




More information about the wine-devel mailing list