最佳答案
我想在 Bash 脚本中引发一个错误,其中包含消息“测试用例失败! ! !”.在巴斯怎么做?
例如:
if [ condition ]; then
raise error "Test cases failed !!!"
fi