Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2015-05-27 11:38:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7e04975b8dcc921eaf07c8d59f4e07f1ee12251b
7e04975b
1 parent
1150cde8
fix the test configure script
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
9 行删除
trunk/scripts/srs.test
trunk/scripts/test_configure.sh
trunk/scripts/srs.test
查看文件 @
7e04975
...
...
@@ -9,3 +9,4 @@ echo "params is: $params"
bash scripts/test_configure.sh $params
&&
./objs/srs_utest
ret=$?; if [[ 0 -ne $ret ]]; then echo "configure test and utest failed."; exit $ret; fi
echo "configure test and utest success";
...
...
trunk/scripts/test_configure.sh
查看文件 @
7e04975
...
...
@@ -272,13 +272,4 @@ 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 --without-utest"
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
ok_msg
"test
\"
${
item
}
\"
success"
echo
"success"
...
...
请
注册
或
登录
后发表评论