【发布时间】:2015-09-29 04:37:02
【问题描述】:
如果我的某个 Common Test 套件出现语法错误,ct_run 只需等待 15 秒然后继续。它显示此消息:
{error,make_failed}
Failed to compile or locate one or more test suites
Press 'c' to continue or 'a' to abort.
Will continue in 15 seconds if no answer is given!
(c/a)
如果我使用-noshell,那么它会显示:
{error,make_failed}
...然后继续。
如果编译失败,我如何使其中止?
【问题讨论】:
-
不会
ct_run -erl_args -noshell禁用任何交互吗? -
是的,但它仍在继续......
-
你试过
-abort_if_missing_suites和-noshell吗? -
嗯,看来我误解了原来的问题。所以是的,两个选项都需要。
标签: erlang common-test