Home | History | Annotate | Download | only in test

Lines Matching refs:build_exit

235     build_exit="$?"
236 echo "build exit status: $build_exit" 1>&2
237 if [ "$build_exit" = '0' ]; then
248 build_exit="$?"
249 if [ "$build_exit" = '0' ]; then
256 echo "build exit status: $build_exit" 1>&2
261 build_exit="$?"
262 if [ "$build_exit" '!=' '0' ]; then
264 echo "build exit status: $build_exit" >>"$output"
276 build_exit="$?"
277 if [ "$build_exit" = '0' ]; then
282 echo "build exit status: $build_exit" >>"$output"
296 if [ "$target_mode" = "yes" -a "$build_exit" = "0" ]; then