Skip to content

Commit

Permalink
Fix return code of ci_build.sh if tests fail with autotools
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatuska committed Nov 17, 2016
1 parent 1e3a1ed commit 412bae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/ci_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ for action in ${ACTIONS}; do
case "${BUILD_SYSTEM}" in
autotools)
if ! make ${MAKE_ARGS} check; then
RET="$?"
cat test-suite.log
exit 1
fi
;;
cmake)
Expand Down

0 comments on commit 412bae0

Please sign in to comment.