print output when the first test succeeded

pull/13869/head
Muxi Yan 7 years ago committed by GitHub
parent 36abd15195
commit 3d44fc3c16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/objective-c/tests/run_tests.sh

@ -66,6 +66,7 @@ while [ $retries -lt 3 ]; do
echo "Failed with code 65 (DTXProxyChannel error 1); retry."
retries=$(($retries+1))
elif [ $return_code == 0 ]; then
echo "$out"
break
else
echo "$out"

Loading…
Cancel
Save