aboutsummaryrefslogtreecommitdiffstats
path: root/tool/vcs.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 14:01:21 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 14:01:21 +0000
commitb377882619b8dc1396d15ecb969c8065a09ce510 (patch)
treedcd6edd0f45cbfa629e5a65d7cbdb4ef68e91ee8 /tool/vcs.rb
parent6497f11fd295b04d0bf4189d8c4e2cff8f93d1ab (diff)
downloadruby-b377882619b8dc1396d15ecb969c8065a09ce510.tar.gz
remove debug sleep & exit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'tool/vcs.rb')
-rw-r--r--tool/vcs.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/tool/vcs.rb b/tool/vcs.rb
index 173c306e3c..e663d86a98 100644
--- a/tool/vcs.rb
+++ b/tool/vcs.rb
@@ -287,8 +287,6 @@ class VCS
IO.copy_stream(r, w)
end
end
- sleep 10
- exit
end
end