winlin

fix the test configure script

@@ -9,3 +9,4 @@ echo "params is: $params" @@ -9,3 +9,4 @@ echo "params is: $params"
9 bash scripts/test_configure.sh $params && ./objs/srs_utest 9 bash scripts/test_configure.sh $params && ./objs/srs_utest
10 ret=$?; if [[ 0 -ne $ret ]]; then echo "configure test and utest failed."; exit $ret; fi 10 ret=$?; if [[ 0 -ne $ret ]]; then echo "configure test and utest failed."; exit $ret; fi
11 echo "configure test and utest success"; 11 echo "configure test and utest success";
  12 +
@@ -272,13 +272,4 @@ ok_msg "test \" ${item} \"" @@ -272,13 +272,4 @@ ok_msg "test \" ${item} \""
272 ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi 272 ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
273 ok_msg "test \" ${item} \" success" 273 ok_msg "test \" ${item} \" success"
274 274
275 -#######################################################################################################  
276 -#######################################################################################################  
277 -#######################################################################################################  
278 -item="./configure --without-utest"  
279 -ok_msg "test \" ${item} \""  
280 -($item && make $params) >>$log 2>&1  
281 -ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi  
282 -ok_msg "test \" ${item} \" success"  
283 -  
284 echo "success" 275 echo "success"