#!/bin/bash bash scripts/test_configure.sh && ./objs/srs_utest ret=$?; if [[ 0 -ne $ret ]]; then echo "configure test and utest failed."; exit $ret; fi echo "configure test and utest success";