提交 d4580045 authored 作者: Arnaldo Pereira's avatar Arnaldo Pereira

freetdm: passing ftdm path to abi test script

上级 f82c23ea
...@@ -101,7 +101,7 @@ release="freetdm-$VERSION" ...@@ -101,7 +101,7 @@ release="freetdm-$VERSION"
# ABI compatibility check # ABI compatibility check
if [ -x /usr/local/bin/ftdm_abi_check.py ]; then if [ -x /usr/local/bin/ftdm_abi_check.py ]; then
/usr/local/bin/ftdm_abi_check.py $major /usr/local/bin/ftdm_abi_check.py $(pwd) $major
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "ABI compabitility test failed, not creating release. Either increment the major version number or fix the interface." echo "ABI compabitility test failed, not creating release. Either increment the major version number or fix the interface."
exit 1 exit 1
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论