mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix utest bug, when ssl disable, ignore complex handshake utest.
This commit is contained in:
parent
ccd99381e6
commit
5b714ba970
2 changed files with 36 additions and 36 deletions
|
@ -184,13 +184,13 @@ ok_msg "test \" ${item} \" success"
|
|||
|
||||
item="./configure --fast-dev"
|
||||
ok_msg "test \" ${item} \""
|
||||
(./configure --dev && make) >>$log 2>&1
|
||||
(./configure --fast-dev && make) >>$log 2>&1
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
|
||||
ok_msg "test \" ${item} \" success"
|
||||
|
||||
item="./configure --full"
|
||||
ok_msg "test \" ${item} \""
|
||||
(./configure --dev && make) >>$log 2>&1
|
||||
(./configure --full && make) >>$log 2>&1
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then failed_msg "test \" ${item} \" failed. ret=$ret"; exit $ret; fi
|
||||
ok_msg "test \" ${item} \" success"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue