Skip to content

Commit 312ca03

Browse files
committedJun 9, 2017
buildbot: exit 0 at the end of the script
This permits script to return correct state when skipping packaging
1 parent d74385b commit 312ca03

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

Diff for: ‎util/buildbot/buildwin32.sh

+1
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,5 @@ make -j2
153153

154154
[ "x$NO_PACKAGE" = "x" ] && make package
155155

156+
exit 0
156157
# EOF

Diff for: ‎util/buildbot/buildwin64.sh

+1
Original file line numberDiff line numberDiff line change
@@ -154,4 +154,5 @@ make -j2
154154

155155
[ "x$NO_PACKAGE" = "x" ] && make package
156156

157+
exit 0
157158
# EOF

0 commit comments

Comments
 (0)
Please sign in to comment.