mirror of
https://github.com/ossrs/srs.git
synced 2025-02-14 20:31:56 +00:00
fix the bug of test configure script.
This commit is contained in:
parent
fec8422d6b
commit
ca01bd407b
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ ok_msg "test \" ${item} \""
|
|||
ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
|
||||
ok_msg "test \" ${item} \" success"
|
||||
|
||||
item="./configure --fast --with-stream-caster"
|
||||
item="./configure --fast --with-stream-caster --with-http-api"
|
||||
ok_msg "test \" ${item} \""
|
||||
($item && make $params) >>$log 2>&1
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
|
||||
|
|
Loading…
Reference in a new issue