Home
last modified time | relevance | path

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

/art/test/
Drun-test963 build_exit="$?"
964 echo "build exit status: $build_exit" 1>&2
965 if [ "$build_exit" = '0' ]; then
989 build_exit="$?"
990 if [ "$build_exit" = '0' ]; then
1003 err_echo "build exit status: $build_exit"
1008 build_exit="$?"
1009 if [ "$build_exit" '!=' '0' ]; then
1011 echo "build exit status: $build_exit" >>"$output"
1023 build_exit="$?"
[all …]