Browse Source

buildbot: exit 0 at the end of the script

This permits script to return correct state when skipping packaging
Loïc Blot 7 năm trước cách đây
mục cha
commit
312ca0382b
2 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 1 0
      util/buildbot/buildwin32.sh
  2. 1 0
      util/buildbot/buildwin64.sh

+ 1 - 0
util/buildbot/buildwin32.sh

@@ -153,4 +153,5 @@ make -j2
 
 [ "x$NO_PACKAGE" = "x" ] && make package
 
+exit 0
 # EOF

+ 1 - 0
util/buildbot/buildwin64.sh

@@ -154,4 +154,5 @@ make -j2
 
 [ "x$NO_PACKAGE" = "x" ] && make package
 
+exit 0
 # EOF