Commit f9ccc818 by Renzo Lucioni

Merge pull request #838 from edx/fix/kill-rake-processes

Kill processes after running rake
parents f15f4fde ba2cc4ca
require 'digest/md5'
require 'sys/proctable'
require 'colorize'
require 'timeout'
def find_executable(exec)
path = %x(which #{exec}).strip
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment