mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add srs.test for configure test and utest.
This commit is contained in:
parent
7a66dd8186
commit
36c2c37b42
3 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,7 @@ product_dir=$work_dir
|
|||
build_objs=${work_dir}/objs
|
||||
package_dir=${build_objs}/package
|
||||
|
||||
log="${build_objs}/logs/package.`date +%s`.log" && . ${product_dir}/scripts/_log.sh && check_log
|
||||
log="${build_objs}/test.`date +%s`.log" && . ${product_dir}/scripts/_log.sh && check_log
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then exit $ret; fi
|
||||
|
||||
item="default configure"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue