Skip to content

Commit 8d6c676

Browse files
committed
1 parent 16da5f2 commit 8d6c676

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

spec/mspec/tool/sync/sync-rubyspec.rb

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -207,16 +207,6 @@ def test_new_specs
207207
end
208208
end
209209

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-
220210
def fast_forward_master(impl)
221211
Dir.chdir(SOURCE_REPO) do
222212
sh "git", "checkout", "master"
@@ -243,7 +233,6 @@ def main(impls)
243233
rebase_commits(impl)
244234
if new_commits?(impl)
245235
test_new_specs
246-
verify_commits(impl)
247236
fast_forward_master(impl)
248237
check_ci
249238
else

0 commit comments

Comments
 (0)