Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每次我的测试在失败时开始通过时,自动测试都会重新运行所有测试。我有很多测试,由于我不会进入的原因,重新运行所有测试非常缓慢。
我怎样才能使它自动测试永远不会重新运行所有测试,除非我 Ctrl-C?
我修好了它。不知何故。我不确定发生了什么,但我想也许我安装的一些插件修复了它。我不知道。
这是我的 ~/.autotest 文件
此外,还有$ autotest --no-full-after-failed. 傻我。
$ autotest --no-full-after-failed