We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16da5f2 commit 8d6c676Copy full SHA for 8d6c676
1 file changed
spec/mspec/tool/sync/sync-rubyspec.rb
@@ -207,16 +207,6 @@ def test_new_specs
207
end
208
209
210
-def verify_commits(impl)
211
- puts
212
- Dir.chdir(SOURCE_REPO) do
213
- puts "Manually check commit messages:"
214
- print "Press enter >"
215
- STDIN.gets
216
- system "git", "log", "master..."
217
- end
218
-end
219
-
220
def fast_forward_master(impl)
221
Dir.chdir(SOURCE_REPO) do
222
sh "git", "checkout", "master"
@@ -243,7 +233,6 @@ def main(impls)
243
233
rebase_commits(impl)
244
234
if new_commits?(impl)
245
235
test_new_specs
246
- verify_commits(impl)
247
236
fast_forward_master(impl)
248
237
check_ci
249
238
else
0 commit comments