Home
last modified time | relevance | path

Searched refs:build_exit (Results 1 – 1 of 1) sorted by relevance

/art/test/
Drun-test746 build_exit="$?"
747 echo "build exit status: $build_exit" 1>&2
748 if [ "$build_exit" = '0' ]; then
775 build_exit="$?"
776 if [ "$build_exit" = '0' ]; then
792 err_echo "build exit status: $build_exit"
797 build_exit="$?"
798 if [ "$build_exit" '!=' '0' ]; then
800 echo "build exit status: $build_exit" >>"$output"
812 build_exit="$?"
[all …]