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.
我基本上想这样做git bisect run 'bundle && bundle exec cucumber'。
git bisect run 'bundle && bundle exec cucumber'
我想在命令行上执行此操作 - 我不想编写 shell 脚本。
git bisect run sh -c 'bundle && bundle exec cucumber'